diff options
author | Eric Christopher <echristo@apple.com> | 2011-03-26 01:21:03 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-03-26 01:21:03 +0000 |
commit | d553096688e425f64f9b34e4dd486847a5fae0bb (patch) | |
tree | c65a2a3f35f15c6215976c5edf242dee452ee9bc /llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp | |
parent | db40b5c899a94db50e63862af985a791ad0fa7b4 (diff) | |
download | bcm5719-llvm-d553096688e425f64f9b34e4dd486847a5fae0bb.tar.gz bcm5719-llvm-d553096688e425f64f9b34e4dd486847a5fae0bb.zip |
Fix the bfi handling for or (and a mask) (and b mask). We need the two
masks to match inversely for the code as is to work. For the example given
we actually want:
bfi r0, r2, #1, #1
not #0, however, given the way the pattern is written it's not possible
at the moment.
Fixes rdar://9177502
llvm-svn: 128320
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions