[Mlir-commits] [clang] [llvm] [mlir] Remove the `x86_mmx` IR type. (PR #98505)

James Y Knight llvmlistbot at llvm.org
Sun Jul 14 09:21:41 PDT 2024


================
@@ -38,11 +38,11 @@ int test4(volatile int *addr) {
   return (int)oldval;
 }
 
-// This should have both inputs be of type x86_mmx.
+// This should have both inputs be of type <1 x i64>.
----------------
jyknight wrote:

No conflict, although the comment doesn't really have any value now. Since Clang's `__m64` is naturally just <1 x i64>, that's not particularly worthy of comment.

Note below there's a case of a <8 x i8> vector passed to a 'y' constraint.

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


More information about the Mlir-commits mailing list