]> granicus.if.org Git - llvm/commitdiff
AMDGPU/GlobalISel: Remove dead patterns
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 9 Sep 2019 15:06:06 +0000 (15:06 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 9 Sep 2019 15:06:06 +0000 (15:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371404 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AMDGPU/AMDGPUGISel.td

index cd8844adb03a78dfa97eb2255508d3a6c8007ac6..02e38cd96f8e0d4e6c1b4043e5dc5e5b9c288114 100644 (file)
@@ -173,11 +173,6 @@ def : GISelVop2Pat <or, V_OR_B32_e32, i32>;
 def : GISelVop3Pat2ModsPat <
   int_amdgcn_cvt_pkrtz, V_CVT_PKRTZ_F16_F32_e64, v2f16, f32>;
 
-defm : GISelVop2IntrPat <int_maxnum, V_MAX_F32_e32, f32>;
-def : GISelVop3Pat2ModsPat <int_maxnum, V_MAX_F64, f64>;
-defm : GISelVop2IntrPat <int_minnum, V_MIN_F32_e32, f32>;
-def : GISelVop3Pat2ModsPat <int_minnum, V_MIN_F64, f64>;
-
 // Since GlobalISel is more flexible then SelectionDAG, I think we can get
 // away with adding patterns for integer types and not legalizing all
 // loads and stores to vector types.  This should help simplify the load/store