[all-commits] [llvm/llvm-project] 78237b: [AArch64] Fix predicates for FEAT_CPA's SVE-specif...
Lucas Duarte Prates via All-commits
all-commits at lists.llvm.org
Thu Nov 30 06:17:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78237b70c873eb58877d91782a7f8eeb3fdf4901
https://github.com/llvm/llvm-project/commit/78237b70c873eb58877d91782a7f8eeb3fdf4901
Author: Lucas Duarte Prates <lucas.prates at arm.com>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/test/MC/AArch64/SVE/armv9.5a-cpa.s
Log Message:
-----------
[AArch64] Fix predicates for FEAT_CPA's SVE-specific instructions (#73923)
Following up on #73777, this fixes the predicate for the SVE-specific
FEAT_CPA instructions to require SVE instead of SVE or SME. These
instructions should not be availabe if only SME is enabled.
More information about the All-commits
mailing list