[llvm] [SROA] Propagate no-signed-zeros(nsz) fast-math flag on the phi node using function attribute (PR #83381)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 1 12:34:26 PDT 2024
================
@@ -0,0 +1,24 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -passes='default<O1>' -S < %s | FileCheck %s
+
----------------
arsenm wrote:
Test name could use more elaboration, and a comment
https://github.com/llvm/llvm-project/pull/83381
More information about the llvm-commits
mailing list