[PATCH] D15278: [ARMv8-M] [5/9] Add B.W and CBZ instructions to ARMv8-M Baseline
Bradley Smith via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 14 05:50:10 PST 2016
bsmith updated this revision to Diff 44871.
bsmith added a comment.
Remove redundancy in condition check !isThumb1Only() && hasV8MBaselineOps(), all Thumb-2 targets will have hasV8MBaselineOps() set, so the first condition can simply be !isThumb().
Repository:
rL LLVM
http://reviews.llvm.org/D15278
Files:
lib/Target/ARM/ARMConstantIslandPass.cpp
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
test/CodeGen/ARM/fast-tail-call.ll
test/MC/ARM/thumb1-relax-8m-baseline.s
test/MC/ARM/thumbv8m.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15278.44871.patch
Type: text/x-patch
Size: 7138 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160114/7fced60b/attachment.bin>
More information about the llvm-commits
mailing list