[all-commits] [llvm/llvm-project] c5d68c: [AArch64] Fix subtarget features for tests. NFC
David Green via All-commits
all-commits at lists.llvm.org
Tue Jul 12 03:03:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c5d68ca1c82f35ed1d75a598d1862aeb10a905cb
https://github.com/llvm/llvm-project/commit/c5d68ca1c82f35ed1d75a598d1862aeb10a905cb
Author: David Green <david.green at arm.com>
Date: 2022-07-12 (Tue, 12 Jul 2022)
Changed paths:
M llvm/test/CodeGen/AArch64/GlobalISel/arm64-atomic.ll
M llvm/test/CodeGen/AArch64/GlobalISel/regbank-extract.mir
M llvm/test/CodeGen/AArch64/GlobalISel/select-intrinsic-crypto-aesmc.mir
M llvm/test/CodeGen/AArch64/addg_subg.mir
M llvm/test/CodeGen/AArch64/arm64-neon-3vdiff.ll
M llvm/test/CodeGen/AArch64/arm64-vmul.ll
M llvm/test/CodeGen/AArch64/atomic-ops-ldapr.ll
M llvm/test/CodeGen/AArch64/branch-target-enforcement.mir
M llvm/test/CodeGen/AArch64/dag-combine-lifetime-end-store-typesize.ll
M llvm/test/CodeGen/AArch64/ldst-opt-mte-with-dbg.mir
M llvm/test/CodeGen/AArch64/ldst-opt-mte.mir
M llvm/test/CodeGen/AArch64/neon-vmull-high-p64.ll
M llvm/test/CodeGen/AArch64/speculation-hardening-sls.mir
M llvm/test/CodeGen/AArch64/sve-ptest-removal-whilege.mir
M llvm/test/CodeGen/AArch64/sve-ptest-removal-whilegt.mir
M llvm/test/CodeGen/AArch64/sve-ptest-removal-whilehi.mir
M llvm/test/CodeGen/AArch64/sve-ptest-removal-whilehs.mir
M llvm/test/CodeGen/AArch64/sve-ptest-removal-whilerw.mir
M llvm/test/CodeGen/AArch64/sve-ptest-removal-whilewr.mir
M llvm/unittests/Target/AArch64/InstSizes.cpp
Log Message:
-----------
[AArch64] Fix subtarget features for tests. NFC
These tests were using instructions that require feature predicates that
were not enabled.
More information about the All-commits
mailing list