[PATCH] D125977: [AArch64] Remove references to Streaming SVE from target features.
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 20 08:15:11 PDT 2022
paulwalker-arm added inline comments.
================
Comment at: llvm/test/MC/AArch64/SME/feature.s:5
-// Verify +sme flags imply +streaming-sve
+// Verify +sme flags imply +sme
tbx z0.b, z1.b, z2.b
----------------
paulwalker-arm wrote:
> I think you meant `+sve` here?
Or rather something like "Verify +sme flag enables streaming compatible SVE instructions."
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125977/new/
https://reviews.llvm.org/D125977
More information about the llvm-commits
mailing list