[Mlir-commits] [clang] [llvm] [mlir] Remove the `x86_mmx` IR type. (PR #98505)
Phoebe Wang
llvmlistbot at llvm.org
Sat Jul 13 07:54:50 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>.
----------------
phoebewang wrote:
Does it conflict with comment in mmx-inlineasm.ll
> Verify that the mmx 'y' constraint works with arbitrary IR types.
https://github.com/llvm/llvm-project/pull/98505
More information about the Mlir-commits
mailing list