[llvm] [SVE] Don't require lookup when demangling vector function mappings (PR #72260)

Maciej Gabka via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 09:57:02 PST 2023


================
@@ -0,0 +1,110 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
+; RUN: opt < %s -passes=loop-vectorize,simplifycfg,instcombine -force-vector-interleave=1 -prefer-predicate-over-epilogue=predicate-dont-vectorize -S | FileCheck %s
+
+target triple = "aarch64-unknown-linux-gnu"
+
+define void @test_big_little_params(ptr readonly %a, ptr readonly %b, ptr noalias %c) #0 {
----------------
mgabka wrote:

I think that would be better to add more unit tests to the VectorFunctionABITests.cpp to cover mixed scalar types, as that ensures that you are testing your actual changes in the code, the LV tests rely on too many things in my opinion.

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


More information about the llvm-commits mailing list