[llvm] [Analysis] isTriviallyVectorizable - add Intrinsic::clmul along with vectorisation tests (PR #180014)
Pranshu Goyal via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 14 09:01:00 PST 2026
================
@@ -0,0 +1,96 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -passes=loop-vectorize -mtriple=x86_64 -mattr=+pclmul -S %s | FileCheck %s
----------------
pranshoe wrote:
@RKSimon Added the second run
https://github.com/llvm/llvm-project/pull/180014
More information about the llvm-commits
mailing list