================
@@ -970,6 +970,21 @@ static bool upgradeArmOrAarch64IntrinsicFunction(bool
IsArm, Function *F,
}
} else {
// 'aarch64.*'.
+ if (Name.consume_front("sme.ftmopa.")) {
+ // The FP8 FTMOPA intrinsics were split out from the non-FP8 FTMOPA
----------------
paulwalker-arm wrote:
To aid future extension please can you add an `if (Name.consume_front("sme."))`
block after the SVE one and then move this code inside it?
https://github.com/llvm/llvm-project/pull/203310
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits