projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d51def3
)
MOV8rr_NOREX is a "Move" instruction. This doesn't currently
author
Dan Gohman
<gohman@apple.com>
Fri, 17 Apr 2009 00:45:17 +0000
(
00:45
+0000)
committer
Dan Gohman
<gohman@apple.com>
Fri, 17 Apr 2009 00:45:17 +0000
(
00:45
+0000)
matter, because this instruction isn't generated until after
things that care.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69336
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86InstrInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrInfo.cpp
b/lib/Target/X86/X86InstrInfo.cpp
index c0243652bb7bc5b7a459e56fac0b5a33fd2102c6..ccec7b1c32c1614e44b64dc55e0446c536cbab68 100644
(file)
--- a/
lib/Target/X86/X86InstrInfo.cpp
+++ b/
lib/Target/X86/X86InstrInfo.cpp
@@
-667,6
+667,7
@@
bool X86InstrInfo::isMoveInstr(const MachineInstr& MI,
default:
return false;
case X86::MOV8rr:
+ case X86::MOV8rr_NOREX:
case X86::MOV16rr:
case X86::MOV32rr:
case X86::MOV64rr: