From: Matt Arsenault Date: Mon, 9 Sep 2019 15:06:06 +0000 (+0000) Subject: AMDGPU/GlobalISel: Remove dead patterns X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2afd9e698dbfc2f3011baf3bfdb47d03c253272b;p=llvm AMDGPU/GlobalISel: Remove dead patterns git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371404 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AMDGPU/AMDGPUGISel.td b/lib/Target/AMDGPU/AMDGPUGISel.td index cd8844adb03..02e38cd96f8 100644 --- a/lib/Target/AMDGPU/AMDGPUGISel.td +++ b/lib/Target/AMDGPU/AMDGPUGISel.td @@ -173,11 +173,6 @@ def : GISelVop2Pat ; def : GISelVop3Pat2ModsPat < int_amdgcn_cvt_pkrtz, V_CVT_PKRTZ_F16_F32_e64, v2f16, f32>; -defm : GISelVop2IntrPat ; -def : GISelVop3Pat2ModsPat ; -defm : GISelVop2IntrPat ; -def : GISelVop3Pat2ModsPat ; - // 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