[llvm] [X86] Modify tests for constrained rounding functions (PR #116951)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 24 09:01:03 PST 2024
================
@@ -3011,25 +3011,26 @@ entry:
ret <4 x double> %log2
}
-define <1 x float> @constrained_vector_rint_v1f32() #0 {
+define <1 x float> @constrained_vector_rint_v1f32(ptr %a) #0 {
----------------
RKSimon wrote:
change the name to constrained_vector_rint_v1f32_var (etc.) to match the naming convention for constant / non-constant tests
https://github.com/llvm/llvm-project/pull/116951
More information about the llvm-commits
mailing list