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:
d9c1c85
)
Set mayLoad on MOVZX32_NOREXrm8 too.
author
Dan Gohman
<gohman@apple.com>
Thu, 30 Apr 2009 03:11:48 +0000
(
03:11
+0000)
committer
Dan Gohman
<gohman@apple.com>
Thu, 30 Apr 2009 03:11:48 +0000
(
03:11
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70466
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86InstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrInfo.td
b/lib/Target/X86/X86InstrInfo.td
index 218faad95c6f253f5f1ff9fbe1d7afd484a4bfb6..33e0a3d67d2f78346b7dfd432dd62db0f1f1e388 100644
(file)
--- a/
lib/Target/X86/X86InstrInfo.td
+++ b/
lib/Target/X86/X86InstrInfo.td
@@
-2939,6
+2939,7
@@
def MOVZX32_NOREXrr8 : I<0xB6, MRMSrcReg,
(outs GR32_NOREX:$dst), (ins GR8:$src),
"movz{bl|x}\t{$src, $dst|$dst, $src} # NOREX",
[]>, TB;
+let mayLoad = 1 in
def MOVZX32_NOREXrm8 : I<0xB6, MRMSrcMem,
(outs GR32_NOREX:$dst), (ins i8mem:$src),
"movz{bl|x}\t{$src, $dst|$dst, $src} # NOREX",