Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / CodeGen / WebAssembly / inline-asm-m.ll
blob64758a41ee498587ddd32071aa1f36d240d91dbf
1 ; RUN: not llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -wasm-disable-explicit-locals -wasm-keep-registers -no-integrated-as
3 ; Test basic inline assembly "m" operands, which are unsupported. Pass
4 ; -no-integrated-as since these aren't actually valid assembly syntax.
6 target triple = "wasm32-unknown-unknown"
8 define void @bar(ptr %r, ptr %s) {
9 entry:
10   tail call void asm sideeffect "# $0 = bbb($1)", "=*m,*m"(ptr %s, ptr %r) #0, !srcloc !1
11   ret void