summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/SIInstrFormats.td
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2016-09-14 18:04:42 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2016-09-14 18:04:42 +0000
commitf40b70fa7509bc127b231f72803b509b0a2e2c3c (patch)
tree613aebf6118114a72ba0cfecfff6fc1efa7f16dd /llvm/lib/Target/AMDGPU/SIInstrFormats.td
parentf757c87959c5304ec8f40cb4c4a128521a0b49ae (diff)
downloadbcm5719-llvm-f40b70fa7509bc127b231f72803b509b0a2e2c3c.tar.gz
bcm5719-llvm-f40b70fa7509bc127b231f72803b509b0a2e2c3c.zip
Revert "AMDGPU: Use SOPK compare instructions"
Accidentally committed llvm-svn: 281514
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SIInstrFormats.td')
-rw-r--r--llvm/lib/Target/AMDGPU/SIInstrFormats.td5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIInstrFormats.td b/llvm/lib/Target/AMDGPU/SIInstrFormats.td
index 33b9b122e2e..aa15e09085a 100644
--- a/llvm/lib/Target/AMDGPU/SIInstrFormats.td
+++ b/llvm/lib/Target/AMDGPU/SIInstrFormats.td
@@ -56,10 +56,6 @@ class InstSI <dag outs, dag ins, string asm = "",
// Whether WQM _must_ be disabled for this instruction.
field bits<1> DisableWQM = 0;
- // Most sopk treat the immediate as a signed 16-bit, however some
- // use it as unsigned.
- field bits<1> SOPKZext = 0;
-
// These need to be kept in sync with the enum in SIInstrFlags.
let TSFlags{0} = VM_CNT;
let TSFlags{1} = EXP_CNT;
@@ -93,7 +89,6 @@ class InstSI <dag outs, dag ins, string asm = "",
let TSFlags{25} = VOPAsmPrefer32Bit;
let TSFlags{26} = Gather4;
let TSFlags{27} = DisableWQM;
- let TSFlags{28} = SOPKZext;
let SchedRW = [Write32Bit];
OpenPOWER on IntegriCloud