summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2015-03-23 18:45:36 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2015-03-23 18:45:36 +0000
commit448dac05cd6ed1006f17b350e5a8f759ac57c4fe (patch)
tree216c17eedb308db0de2c3958b808c59d1e4efc6c /llvm/lib
parent42f39e1a3f98e4e7f618b04cd0bd1c34a5e6fdc6 (diff)
downloadbcm5719-llvm-448dac05cd6ed1006f17b350e5a8f759ac57c4fe.tar.gz
bcm5719-llvm-448dac05cd6ed1006f17b350e5a8f759ac57c4fe.zip
R600/SI: Remove redundant unsetting of hasSideEffects
These are already set in the base class for the instruction. llvm-svn: 232990
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/R600/SIInstructions.td2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/R600/SIInstructions.td b/llvm/lib/Target/R600/SIInstructions.td
index 7f4f8f2c0de..1bea54a685c 100644
--- a/llvm/lib/Target/R600/SIInstructions.td
+++ b/llvm/lib/Target/R600/SIInstructions.td
@@ -1717,14 +1717,12 @@ defm V_CUBEMA_F32 : VOP3Inst <vop3<0x147, 0x1c7>, "v_cubema_f32",
VOP_F32_F32_F32_F32
>;
-let hasSideEffects = 0, mayLoad = 0, mayStore = 0 in {
defm V_BFE_U32 : VOP3Inst <vop3<0x148, 0x1c8>, "v_bfe_u32",
VOP_I32_I32_I32_I32, AMDGPUbfe_u32
>;
defm V_BFE_I32 : VOP3Inst <vop3<0x149, 0x1c9>, "v_bfe_i32",
VOP_I32_I32_I32_I32, AMDGPUbfe_i32
>;
-}
defm V_BFI_B32 : VOP3Inst <vop3<0x14a, 0x1ca>, "v_bfi_b32",
VOP_I32_I32_I32_I32, AMDGPUbfi
OpenPOWER on IntegriCloud