We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f44edb commit 1f15e39Copy full SHA for 1f15e39
llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.cpp
@@ -42,8 +42,7 @@ static bool fnegFoldsIntoMI(const MachineInstr &MI) {
42
case AMDGPU::G_AMDGPU_FMIN_LEGACY:
43
case AMDGPU::G_AMDGPU_FMAX_LEGACY:
44
return true;
45
- case AMDGPU::G_INTRINSIC:
46
- case AMDGPU::G_INTRINSIC_CONVERGENT: {
+ case AMDGPU::G_INTRINSIC: {
47
unsigned IntrinsicID = cast<GIntrinsic>(MI).getIntrinsicID();
48
switch (IntrinsicID) {
49
case Intrinsic::amdgcn_rcp:
0 commit comments