[clang] [llvm] [AArch64][NEON] NEON intrinsic compilation error with -fno-lax-vector-conversion flag fix (PR #149329)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 29 05:26:44 PDT 2025


================
@@ -0,0 +1,247 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
----------------
Lukacma wrote:

Sorry, I should have been clearer in my last message. I don't think we need to create new LLVM test for this work. We already have clang tests for this intrinsics, which test if these intrinsics lower to correct LLVM-IR. I think what is good enough for purpose of this ticket is to add -fnolax-vector-conversions to runlines in those test files to show, that we can compile them without errors.

https://github.com/llvm/llvm-project/pull/149329


More information about the llvm-commits mailing list