[Mlir-commits] [clang] [llvm] [mlir] Remove the `x86_mmx` IR type. (PR #98505)
Simon Pilgrim
llvmlistbot at llvm.org
Mon Jul 15 07:21:32 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>,
----------------
RKSimon wrote:
<1 x i64> makes more sense to me to avoid i64 legalization issues
https://github.com/llvm/llvm-project/pull/98505
More information about the Mlir-commits
mailing list