diff options
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SIInstructions.td')
| -rw-r--r-- | llvm/lib/Target/AMDGPU/SIInstructions.td | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIInstructions.td b/llvm/lib/Target/AMDGPU/SIInstructions.td index f4e44299c6f..e9b6e788ef0 100644 --- a/llvm/lib/Target/AMDGPU/SIInstructions.td +++ b/llvm/lib/Target/AMDGPU/SIInstructions.td @@ -572,11 +572,6 @@ def : GCNPat< (SI_ELSE $src, $target, 0) >; -def : GCNPat < - (int_AMDGPU_kilp), - (SI_KILL_I1_PSEUDO (i1 0), 0) ->; - def : Pat < // -1.0 as i32 (LowerINTRINSIC_VOID converts all other constants to -1.0) (AMDGPUkill (i32 -1082130432)), |

