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:
8753c44
)
Not needed. Misinterpreted error message from other bug (Missing load/store
author
Jim Laskey
<jlaskey@mac.com>
Fri, 15 Dec 2006 18:45:32 +0000
(18:45 +0000)
committer
Jim Laskey
<jlaskey@mac.com>
Fri, 15 Dec 2006 18:45:32 +0000
(18:45 +0000)
relocations.)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32604
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCInstr64Bit.td
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCInstr64Bit.td
b/lib/Target/PowerPC/PPCInstr64Bit.td
index cdab11d7095b2a82524d238d468051dd919dc7f6..56d02cc146cfc5214d0f7aa7a8d8e5cf603c6e01 100644
(file)
--- a/
lib/Target/PowerPC/PPCInstr64Bit.td
+++ b/
lib/Target/PowerPC/PPCInstr64Bit.td
@@
-491,10
+491,6
@@
def : Pat<(extloadi1 iaddr:$src),
(LBZ8 iaddr:$src)>;
def : Pat<(extloadi1 xaddr:$src),
(LBZX8 xaddr:$src)>;
-def : Pat<(sextloadi8 iaddr:$src),
- (EXTSB8 (LBZ8 iaddr:$src))>;
-def : Pat<(sextloadi8 xaddr:$src),
- (EXTSB8 (LBZX8 xaddr:$src))>;
def : Pat<(extloadi8 iaddr:$src),
(LBZ8 iaddr:$src)>;
def : Pat<(extloadi8 xaddr:$src),