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

Matt Arsenault llvmlistbot at llvm.org
Mon Jul 15 02:57:50 PDT 2024


================
@@ -1,9 +0,0 @@
-; RUN: llvm-as < %s | llvm-dis | FileCheck %s
-; RUN: verify-uselistorder %s
-; Basic smoke test for x86_mmx type.
-
-; CHECK: define x86_mmx @sh16
-define x86_mmx  @sh16(x86_mmx %A) {
----------------
arsenm wrote:

I'd expect this to require movement to a bitcode auto upgrade test (but this also appears to be missing a call test) 

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


More information about the Mlir-commits mailing list