[llvm] [LV] Convert uniform-address unmasked scatters to scalar store. (PR #166114)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 17 02:28:05 PST 2025
================
@@ -0,0 +1,51 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -passes=loop-vectorize -force-vector-width=2 -mtriple=riscv64 -mattr=+v -S %s | FileCheck %s
----------------
fhahn wrote:
is there anything in the test that requires it to be RISCV specific?
https://github.com/llvm/llvm-project/pull/166114
More information about the llvm-commits
mailing list