[PATCH] D71992: [ARM] Unrestrict Armv8 IT blocks
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 31 00:07:17 PST 2019
samparker updated this revision to Diff 235682.
samparker edited the summary of this revision.
samparker added a comment.
- Renamed the option back to 'DontRestrictIT'.
- Now calling isV8EligibleForIT, even when unrestricted, so we can check for the conditionally eligible opcodes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71992/new/
https://reviews.llvm.org/D71992
Files:
llvm/lib/Target/ARM/ARM.td
llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
llvm/lib/Target/ARM/ARMFeatures.h
llvm/lib/Target/ARM/ARMSubtarget.cpp
llvm/lib/Target/ARM/ARMSubtarget.h
llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp
llvm/test/CodeGen/Thumb2/thumb2-ifcvt1.ll
llvm/test/CodeGen/Thumb2/v8_deprecate_IT.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71992.235682.patch
Type: text/x-patch
Size: 10220 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191231/b2f7398c/attachment.bin>
More information about the llvm-commits
mailing list