================ @@ -0,0 +1,51 @@ +; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5 +; RUN: llc -mtriple=aarch64-linux-gnu -o - %s | FileCheck %s + +; This test verifies that NEON intrinsics using polynomial types (poly8/16/64) emit correct AArch64 instructions ---------------- Lukacma wrote:
I don't think this tests is useful. Polynomial type gets lowered to i8 in LLVM-IR so if you want to test it, you should write C-test and show that it compiles without errors with -fno-lax-vector-conversion flag . https://github.com/llvm/llvm-project/pull/149329 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits