[llvm] [X86][AVX10.2] Map vector saturated converts to public intrinsics (PR #121483)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 3 05:25:32 PST 2025
================
@@ -834,6 +834,70 @@ let Predicates = [HasAVX10_2] in {
// patterns have been disabled with null_frag.
// Patterns VCVTTPD2DQSZ128
+// VCVTTPD2DQS
+def : Pat<(v4i32(X86fp2sisat(v4f32 VR128X:$src))),
----------------
phoebewang wrote:
v2f64?
https://github.com/llvm/llvm-project/pull/121483
More information about the llvm-commits
mailing list