[PATCH] D96632: [THUMB2] add .w suffixes for ldr/str w/ immediates
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 19 16:12:21 PST 2021
nickdesaulniers updated this revision to Diff 325110.
nickdesaulniers marked 2 inline comments as done.
nickdesaulniers added a comment.
- add more to comment in .td.
- add parser check for str to pc.
- fix case lint.
- move TODOs for cases where the non-.w suffix already differs from GAS.
- add comment that T4 PRE is with writeback.
- significantly reduce number of test cases.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96632/new/
https://reviews.llvm.org/D96632
Files:
llvm/lib/Target/ARM/ARMInstrThumb2.td
llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
llvm/test/MC/ARM/thumb2-ldr.w-str.w.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96632.325110.patch
Type: text/x-patch
Size: 12517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210220/266ab87f/attachment.bin>
More information about the llvm-commits
mailing list