[PATCH] D129692: [ARM] Correct features on pacbti tests. NFC

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 13:47:20 PDT 2022


dmgreen created this revision.
dmgreen added reviewers: momchil.velikov, stuij.
Herald added subscribers: kristof.beyls, dschuff.
Herald added a project: All.
dmgreen requested review of this revision.
Herald added a project: LLVM.

Given a patch like D129506 <https://reviews.llvm.org/D129506>, using instructions not valid for the current feature set becomes an error. This updates the Arm tests for pac/bti to use a thumbv8.1-m.main to make the instructions they produce valid. It requires altering some of the tests for the updated codegen.


https://reviews.llvm.org/D129692

Files:
  llvm/test/CodeGen/Thumb2/bti-const-island.mir
  llvm/test/CodeGen/Thumb2/bti-entry-blocks.ll
  llvm/test/CodeGen/Thumb2/bti-indirect-branches.ll
  llvm/test/CodeGen/Thumb2/bti-jump-table.mir
  llvm/test/CodeGen/Thumb2/bti-outliner-1.ll
  llvm/test/CodeGen/Thumb2/bti-outliner-2.ll
  llvm/test/CodeGen/Thumb2/bti-outliner-cost-1.ll
  llvm/test/CodeGen/Thumb2/bti-outliner-cost-2.ll
  llvm/test/CodeGen/Thumb2/pacbti-m-basic.ll
  llvm/test/CodeGen/Thumb2/pacbti-m-outliner-1.ll
  llvm/test/CodeGen/Thumb2/pacbti-m-outliner-3.ll
  llvm/test/CodeGen/Thumb2/pacbti-m-outliner-4.ll
  llvm/test/CodeGen/Thumb2/pacbti-m-outliner-5.ll
  llvm/test/CodeGen/Thumb2/pacbti-m-unsupported-arch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129692.444403.patch
Type: text/x-patch
Size: 11088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220713/0f9d1259/attachment.bin>


More information about the llvm-commits mailing list