[clang] [llvm] [mlir] Remove the `x86_mmx` IR type. (PR #98505)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 14 17:58:06 PDT 2024
================
@@ -57594,6 +57599,86 @@ static SDValue combinePDEP(SDNode *N, SelectionDAG &DAG,
return SDValue();
}
+// Fixup the MMX intrinsics' types: in IR they are expressed with <1 x i64>,
----------------
phoebewang wrote:
Can we use `i64` instead of `<1 x i64>` given we don't care about the ABI?
https://github.com/llvm/llvm-project/pull/98505
More information about the llvm-commits
mailing list