[llvm] [clang] [AArch64] Update target feature requirements of SVE bfloat instructions (PR #75596)
Momchil Velikov via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 18 10:30:52 PST 2023
================
@@ -2066,7 +2066,7 @@ let TargetGuard = "sve2p1|sme2" in {
def SVPFALSE_COUNT_ALIAS : SInst<"svpfalse_c", "}v", "", MergeNone, "", [IsOverloadNone, IsStreamingCompatible]>;
}
-let TargetGuard = "sve2p1,b16b16" in {
+let TargetGuard = "(sve2|sme2),b16b16" in {
----------------
momchil-velikov wrote:
Done. Removed comment as it it useless, the corresponding TargetGuard is just few lines above and the nesting structure is not at all complex.
https://github.com/llvm/llvm-project/pull/75596
More information about the cfe-commits
mailing list