[Mlir-commits] [mlir] MLIR: Enable importing inlineasm calls (PR #121624)

William Moses llvmlistbot at llvm.org
Sat Jan 4 08:23:12 PST 2025


================
@@ -12,15 +12,6 @@ bb2:
 
 ; // -----
 
-; CHECK:      <unknown>
-; CHECK-SAME: error: unhandled value: ptr asm "bswap $0", "=r,r"
-define i32 @unhandled_value(i32 %arg1) {
-  %1 = call i32 asm "bswap $0", "=r,r"(i32 %arg1)
----------------
wsmoses wrote:

not that I could think of. As an example, tried the callbr version (since I only added handling for call), but that first hit a bad conversion for the basicblock which was considered a constant not value

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


More information about the Mlir-commits mailing list