[llvm] [ValueTracking] Int vector reductions propagate noundef (PR #184173)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 12:00:35 PST 2026


================
@@ -2735,6 +2735,8 @@ let IntrProperties = [IntrNoMem, IntrSpeculatable] in {
                                          [llvm_anyvector_ty]>;
   def int_vector_reduce_umin : DefaultAttrsIntrinsic<[LLVMVectorElementType<0>],
                                          [llvm_anyvector_ty]>;
+}
+let IntrProperties = [IntrNoMem, IntrSpeculatable] in {
----------------
nikic wrote:

Why did you exclude these?

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


More information about the llvm-commits mailing list