[clang] [llvm] [X86] EmitX86BuiltinExpr - attempt to convert SSE41/AVX1 roundps/d/ss/sd builtins to regular rounding modes (PR #171227)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 12 03:24:51 PST 2025


================
@@ -0,0 +1,47 @@
+// RUN: %clang_cc1 -x c -frounding-math -flax-vector-conversions=none -ffreestanding %s -triple=x86_64-apple-darwin -target-feature +avx -emit-llvm -o - -Wall -Werror | FileCheck %s --check-prefixes=CHECK
----------------
RKSimon wrote:

typo? avx-bulitins-constrained.c (which should already exist so add the tests there)

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


More information about the llvm-commits mailing list