[PATCH] D79874: [RISCV] Add matching of codegen patterns to RISCV Bit Manipulation Zbs asm instructions
Paolo Savini via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 12:32:09 PDT 2020
PaoloS updated this revision to Diff 277532.
PaoloS added a comment.
Updated the test:
- the tests have been updated from the top of all the sub-patches together so that they are exactly the same as they would be if updated with the whole final patch.
- labels specific to the sub-extension have been added alongside the generic RISCVIB label (that activates all the sub-extensions) so that we can see how differently the patterns are matched with the specific subextension or with all of them together.
- the tests will probably fail if run by checking out the commit of a subextension and if updated they'll change. These tests are designed to work with the final squashed patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79874/new/
https://reviews.llvm.org/D79874
Files:
llvm/lib/Target/RISCV/RISCVInstrInfoB.td
llvm/test/CodeGen/RISCV/rv32Zbs.ll
llvm/test/CodeGen/RISCV/rv64Zbs.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79874.277532.patch
Type: text/x-patch
Size: 19302 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200713/aa5e02ef/attachment.bin>
More information about the llvm-commits
mailing list