diff options
author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-02-28 02:56:26 +0000 |
---|---|---|
committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-02-28 02:56:26 +0000 |
commit | 2eae37938830aa1b68f3fb1e75d4de22ee3175c0 (patch) | |
tree | 5ef33122af9c122e13fcbfcf93eeab6f1b43caaf /lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp | |
parent | 9f78bf2ff75f0267a2263be83828d93d09f2c806 (diff) |
My previous commit broke the jit. The shift instructions always take
an 8-bit immediate. So mark the shifts that take immediates as taking
an 8-bit argument. The rest with the implicit use of CL are marked
appropriately.
A bug still exists:
def SHLDmri32 : I2A8 <"shld", 0xA4, MRMDestMem>, TB; // [mem32] <<= [mem32],R32 imm8
The immediate in the above instruction is 8-bit but the memory
reference is 32-bit. The printer prints this as an 8-bit reference
which confuses the assembler. Same with SHRDmri32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11931 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ModuloScheduling/ModuloSchedGraph.cpp')
0 files changed, 0 insertions, 0 deletions