[llvm] [LoopUnroll] Support parallel reductions for minmax (PR #182473)
Madhur Amilkanthwar via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 8 22:50:17 PDT 2026
================
@@ -1,9 +1,9 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
-; RUN: opt -p loop-unroll -unroll-add-parallel-reductions -S %s | FileCheck %s
+; RUN: opt -p loop-unroll -unroll-parallel-reductions -enable-no-nans-fp-math -enable-no-signed-zeros-fp-math -S %s | FileCheck %s
----------------
madhur13490 wrote:
Ping @fhahn! Are you okay to have FIXME/TODO comments for min/max intrinsic tests in this patch and let me handle them in a separate patch?
https://github.com/llvm/llvm-project/pull/182473
More information about the llvm-commits
mailing list