[PATCH] D109163: [AArch64][sve] Prevent incorrect function call on fixed width vector
Bradley Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 3 05:36:11 PDT 2021
bsmith added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sve-no-typesize-warnings.ll:34
+
+attributes #0 = { "target-features"="+sve" }
----------------
This test is missing a vscale_range attribute that would have triggered the assertion failure
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109163/new/
https://reviews.llvm.org/D109163
More information about the llvm-commits
mailing list