From 24463c7df735977d8aaa02c18301b68139d3a501 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Fri, 17 Oct 2014 21:13:11 +0000 Subject: [PATCH] R600/SI: Remove redundant setting of instruction bits These are all set on the instruction base classes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220091 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/R600/SIInstructions.td | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/Target/R600/SIInstructions.td b/lib/Target/R600/SIInstructions.td index 5c5248bdef9..2efc7ac5f05 100644 --- a/lib/Target/R600/SIInstructions.td +++ b/lib/Target/R600/SIInstructions.td @@ -1509,16 +1509,12 @@ defm V_CUBETC_F32 : VOP3Inst , "V_CUBETC_F32", defm V_CUBEMA_F32 : VOP3Inst , "V_CUBEMA_F32", VOP_F32_F32_F32_F32 >; - -let neverHasSideEffects = 1, mayLoad = 0, mayStore = 0 in { defm V_BFE_U32 : VOP3Inst , "V_BFE_U32", VOP_I32_I32_I32_I32, AMDGPUbfe_u32 >; defm V_BFE_I32 : VOP3Inst , "V_BFE_I32", VOP_I32_I32_I32_I32, AMDGPUbfe_i32 >; -} - defm V_BFI_B32 : VOP3Inst , "V_BFI_B32", VOP_I32_I32_I32_I32, AMDGPUbfi >; -- 2.11.0