[llvm] [RISCV][LoopIdiomVectorize] Support VP intrinsics in LoopIdiomVectorize (PR #94082)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 12:17:34 PDT 2024


================
@@ -0,0 +1,1751 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 3
+; RUN: opt -passes=loop-idiom-vectorize -mtriple=riscv64-unknown-linux-gnu -loop-idiom-vectorize-style=predicated -mattr=+v -S < %s | FileCheck %s
----------------
preames wrote:

Can you add a version which uses the non-predicated style?  I'd like to know both work on RISCV.  

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


More information about the llvm-commits mailing list