[clang] [llvm] Clang: emit llvm.minnum and llvm.maxnum with nsz always (PR #113133)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 2 16:05:33 PST 2024
================
@@ -0,0 +1,128 @@
+// RUN: %clang_cc1 -vectorize-loops -vectorize-slp -O3 -triple x86_64 %s -emit-llvm -o - 2>&1 | FileCheck %s --check-prefix=CHECK
+// RUN: %clang_cc1 -vectorize-loops -vectorize-slp -O3 -ffp-exception-behavior=strict -DENSTRICT=1 -triple x86_64 %s -emit-llvm -o - 2>&1 | FileCheck %s --check-prefix=CHECK-STRICT
----------------
arsenm wrote:
Probably should disable llvm passes, or only run SROA
https://github.com/llvm/llvm-project/pull/113133
More information about the cfe-commits
mailing list