[all-commits] [llvm/llvm-project] 6c46b3: [ARM] Fix subtarget features for Thumb2 tests. NFC
David Green via All-commits
all-commits at lists.llvm.org
Wed Jul 13 03:42:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c46b3d65bb30fd2df5f8160fca1bef269ac0c54
https://github.com/llvm/llvm-project/commit/6c46b3d65bb30fd2df5f8160fca1bef269ac0c54
Author: David Green <david.green at arm.com>
Date: 2022-07-13 (Wed, 13 Jul 2022)
Changed paths:
M llvm/test/CodeGen/Thumb2/LowOverheadLoops/biquad-cascade-default.mir
M llvm/test/CodeGen/Thumb2/LowOverheadLoops/count_dominates_start.mir
M llvm/test/CodeGen/Thumb2/LowOverheadLoops/dont-ignore-vctp.mir
M llvm/test/CodeGen/Thumb2/LowOverheadLoops/emptyblock.mir
M llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-chain.mir
M llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-itercount.mir
M llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-mov.mir
M llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-random.mir
M llvm/test/CodeGen/Thumb2/LowOverheadLoops/matrix-debug.mir
M llvm/test/CodeGen/Thumb2/LowOverheadLoops/vcmp-vpst-combination-across-blocks.mir
M llvm/test/CodeGen/Thumb2/LowOverheadLoops/wls-revert-placement.mir
M llvm/test/CodeGen/Thumb2/swp-fixedii-le.mir
M llvm/test/CodeGen/Thumb2/swp-fixedii.mir
Log Message:
-----------
[ARM] Fix subtarget features for Thumb2 tests. NFC
These mir tests were using instructions that require feature predicates
that were not enabled.
More information about the All-commits
mailing list