github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Windows--> # :window: Windows x64 Test Results
* 133003 tests passed * 3048 tests skipped * 5 tests failed ## Failed Tests (click on a test name to see its output) ### LLVM <details> <summary>LLVM.CodeGen/X86/asm-constraints-rm.ll</summary> ``` Exit Code: 2 Command Output (stdout): -- # RUN: at line 2 c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mtriple=x86_64-unknown-linux-gnu -O2 < C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\asm-constraints-rm.ll | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --check-prefix=O2 C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\asm-constraints-rm.ll # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mtriple=x86_64-unknown-linux-gnu -O2 # note: command had no output on stdout or stderr # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --check-prefix=O2 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\asm-constraints-rm.ll' # note: command had no output on stdout or stderr # RUN: at line 3 c:\_work\llvm-project\llvm-project\build\bin\llc.exe -mtriple=x86_64-unknown-linux-gnu -O0 < C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\asm-constraints-rm.ll | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --check-prefix=O0 C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\asm-constraints-rm.ll # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -mtriple=x86_64-unknown-linux-gnu -O0 # .---command stderr------------ # | Assertion failed: (OpInfo.isMultipleAlternative || (OpInfo.Type == InlineAsm::isInput)) && "Can only indirectify direct input operands!", file C:\_work\llvm-project\llvm-project\llvm\lib\CodeGen\SelectionDAG\SelectionDAGBuilder.cpp, line 10298 # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\llc.exe -mtriple=x86_64-unknown-linux-gnu -O0 # | 1. Running pass 'Function Pass Manager' on module '<stdin>'. # | 2. Running pass 'X86 DAG->DAG Instruction Selection' on function '@test3' # | Exception Code: 0xC000001D # | #0 0x00007ff725928a06 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x2d58a06) # | #1 0x00007ff92721bb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04) # | #2 0x00007ff92721cad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1) # | #3 0x00007ff92721e4a1 (C:\Windows\System32\ucrtbase.dll+0x7e4a1) # | #4 0x00007ff92721e6e1 (C:\Windows\System32\ucrtbase.dll+0x7e6e1) # | #5 0x00007ff72488a91d (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x1cba91d) # | #6 0x00007ff72486299c (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x1c9299c) # | #7 0x00007ff72328489b (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x6b489b) # | #8 0x00007ff723283b3a (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x6b3b3a) # | #9 0x00007ff72327fee5 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x6afee5) # | #10 0x00007ff724a51e8c (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x1e81e8c) # | #11 0x00007ff72327cf64 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x6acf64) # | #12 0x00007ff723626ec3 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0xa56ec3) # | #13 0x00007ff723090609 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x4c0609) # | #14 0x00007ff72309909d (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x4c909d) # | #15 0x00007ff723091288 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x4c1288) # | #16 0x00007ff722bd747f (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x747f) # | #17 0x00007ff7274480b0 (c:\_work\llvm-project\llvm-project\build\bin\llc.exe+0x48780b0) # | #18 0x00007ff92f164cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0) # | #19 0x00007ff93d31edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb) # `----------------------------- # error: command failed with exit status: 0xc000001d # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --check-prefix=O0 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\asm-constraints-rm.ll' # .---command stderr------------ # | FileCheck error: '<stdin>' is empty. # | FileCheck command line: c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe --check-prefix=O0 C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\asm-constraints-rm.ll # `----------------------------- # error: command failed with exit status: 2 -- ``` </details> <details> <summary>LLVM.CodeGen/X86/inline-asm-prepare-attributes.ll</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 c:\_work\llvm-project\llvm-project\build\bin\opt.exe -S -mtriple=x86_64-unknown-linux-gnu -inline-asm-prepare < C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-attributes.ll | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-attributes.ll # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' -S -mtriple=x86_64-unknown-linux-gnu -inline-asm-prepare # note: command had no output on stdout or stderr # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-attributes.ll' # .---command stderr------------ # | C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-attributes.ll:8:15: error: CHECK-NEXT: expected string not found in input # | ; CHECK-NEXT: [[ASM_MEM:%.*]] = alloca i32, align 4 # | ^ # | <stdin>:7:7: note: scanning from here # | entry: # | ^ # | <stdin>:9:12: note: possible intended match here # | store i32 %0, ptr %p, align 4 # | ^ # | C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-attributes.ll:26:15: error: CHECK-NEXT: expected string not found in input # | ; CHECK-NEXT: [[ASM_MEM:%.*]] = alloca i32, align 4 # | ^ # | <stdin>:14:7: note: scanning from here # | entry: # | ^ # | <stdin>:15:2: note: possible intended match here # | %0 = call range(i32 0, 10) i32 asm "mov $0, $1", "=r,rm"(i32 %x) # | ^ # | # | Input file: <stdin> # | Check file: C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-attributes.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: ; ModuleID = '<stdin>' # | 2: source_filename = "<stdin>" # | 3: target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" # | 4: target triple = "x86_64-unknown-linux-gnu" # | 5: # | 6: define void @test_ret_attr_drop(i32 %x, ptr %p) { # | 7: entry: # | next:8'0 X error: no match found # | 8: %0 = call range(i32 0, 10) i32 asm sideeffect "mov $1, $0", "=rm,rm"(i32 %x) # | next:8'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 9: store i32 %0, ptr %p, align 4 # | next:8'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:8'1 ? possible intended match # | 10: ret void # | next:8'0 ~~~~~~~~~~ # | 11: } # | next:8'0 ~~ # | 12: # | next:8'0 ~ # | 13: define i32 @test_ret_attr_keep(i32 %x) { # | next:8'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 14: entry: # | next:26'0 X error: no match found # | 15: %0 = call range(i32 0, 10) i32 asm "mov $0, $1", "=r,rm"(i32 %x) # | next:26'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:26'1 ? possible intended match # | 16: ret i32 %0 # | next:26'0 ~~~~~~~~~~~~ # | 17: } # | next:26'0 ~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>LLVM.CodeGen/X86/inline-asm-prepare-bundles.ll</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 c:\_work\llvm-project\llvm-project\build\bin\opt.exe -S -mtriple=x86_64-unknown-linux-gnu -inline-asm-prepare < C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-bundles.ll | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-bundles.ll # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' -S -mtriple=x86_64-unknown-linux-gnu -inline-asm-prepare # note: command had no output on stdout or stderr # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-bundles.ll' # .---command stderr------------ # | C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-bundles.ll:8:15: error: CHECK-NEXT: expected string not found in input # | ; CHECK-NEXT: [[ASM_MEM:%.*]] = alloca i32, align 4 # | ^ # | <stdin>:7:7: note: scanning from here # | entry: # | ^ # | <stdin>:8:2: note: possible intended match here # | %0 = call i32 asm sideeffect "mov $1, $0", "=r,rm"(i32 %x) [ "bundle"(i32 42) ] # | ^ # | # | Input file: <stdin> # | Check file: C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-bundles.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: ; ModuleID = '<stdin>' # | 2: source_filename = "<stdin>" # | 3: target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" # | 4: target triple = "x86_64-unknown-linux-gnu" # | 5: # | 6: define i32 @test_bundle(i32 %x) { # | 7: entry: # | next:8'0 X error: no match found # | 8: %0 = call i32 asm sideeffect "mov $1, $0", "=r,rm"(i32 %x) [ "bundle"(i32 42) ] # | next:8'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:8'1 ? possible intended match # | 9: ret i32 %0 # | next:8'0 ~~~~~~~~~~~~ # | 10: } # | next:8'0 ~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>LLVM.CodeGen/X86/inline-asm-prepare-callbase.ll</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 c:\_work\llvm-project\llvm-project\build\bin\opt.exe -S -mtriple=x86_64-unknown-linux-gnu -inline-asm-prepare < C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-callbase.ll | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-callbase.ll # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' -S -mtriple=x86_64-unknown-linux-gnu -inline-asm-prepare # note: command had no output on stdout or stderr # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-callbase.ll' # .---command stderr------------ # | C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-callbase.ll:10:15: error: CHECK-NEXT: expected string not found in input # | ; CHECK-NEXT: [[ASM_MEM:%.*]] = alloca i32, align 4 # | ^ # | <stdin>:9:7: note: scanning from here # | entry: # | ^ # | <stdin>:10:2: note: possible intended match here # | %0 = invoke i32 asm "mov $0, $1", "=r,rm"(i32 %x) # | ^ # | C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-callbase.ll:40:108: error: undefined variable: ATTR1 # | ; CHECK-NEXT: [[TMP0:%.*]] = callbr i32 asm "mov $1, $0", "=r,*rm,!i"(ptr elementtype(i32) [[ASM_MEM]]) #[[ATTR1]] # | ^ # | <stdin>:25:37: note: with "ASM_MEM" equal to "%asm_mem" # | store i32 %x, ptr %asm_mem, align 4 # | ^ # | <stdin>:26:2: note: possible intended match here # | %0 = callbr i32 asm "mov $1, $0", "=r,*rm,!i"(ptr elementtype(i32) %asm_mem) #1 # | ^ # | C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-callbase.ll:66:131: error: undefined variable: ATTR1 # | ; CHECK-NEXT: callbr void asm "mov $1, $0", "=*rm,*rm,!i"(ptr elementtype(i32) [[ASM_MEM]], ptr elementtype(i32) [[ASM_MEM1]]) #[[ATTR1]] # | ^ # | <stdin>:41:38: note: with "ASM_MEM" equal to "%asm_mem" # | store i32 %x, ptr %asm_mem1, align 4 # | ^ # | <stdin>:41:38: note: with "ASM_MEM1" equal to "%asm_mem1" # | store i32 %x, ptr %asm_mem1, align 4 # | ^ # | <stdin>:42:2: note: possible intended match here # | callbr void asm "mov $1, $0", "=*rm,*rm,!i"(ptr elementtype(i32) %asm_mem, ptr elementtype(i32) %asm_mem1) #1 # | ^ # | # | Input file: <stdin> # | Check file: C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-callbase.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: ; ModuleID = '<stdin>' # | 2: source_filename = "<stdin>" # | 3: target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" # | 4: target triple = "x86_64-unknown-linux-gnu" # | 5: # | 6: declare i32 @__gxx_personality_v0(...) # | 7: # | 8: define i32 @test_invoke_rm(i32 %x) personality ptr @__gxx_personality_v0 { # | 9: entry: # | next:10'0 X error: no match found # | 10: %0 = invoke i32 asm "mov $0, $1", "=r,rm"(i32 %x) # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:10'1 ? possible intended match # | 11: to label %normal unwind label %unwind # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 12: # | next:10'0 ~ # | 13: normal: ; preds = %entry # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ # | 14: ret i32 %0 # | next:10'0 ~~~~~~~~~~~~ # | 15: # | next:10'0 ~ # | . # | . # | . # | 20: } # | next:10'0 ~~ # | 21: # | next:10'0 ~ # | 22: define i32 @test_callbr_rm(i32 %x) { # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 23: entry: # | 24: %asm_mem = alloca i32, align 4 # | 25: store i32 %x, ptr %asm_mem, align 4 # | next:40'0 X error: match failed for invalid pattern # | next:40'1 undefined variable: ATTR1 # | next:40'2 with "ASM_MEM" equal to "%asm_mem" # | 26: %0 = callbr i32 asm "mov $1, $0", "=r,*rm,!i"(ptr elementtype(i32) %asm_mem) #1 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'3 ? possible intended match # | 27: to label %normal [label %indirect] # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 28: # | next:40'0 ~ # | 29: normal: ; preds = %entry # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ # | 30: ret i32 %0 # | next:40'0 ~~~~~~~~~~~~ # | 31: # | next:40'0 ~ # | . # | . # | . # | 36: # | next:40'0 ~ # | 37: define i32 @test_callbr_convert(i32 %x) { # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 38: entry: # | 39: %asm_mem = alloca i32, align 4 # | 40: %asm_mem1 = alloca i32, align 4 # | 41: store i32 %x, ptr %asm_mem1, align 4 # | next:66'0 X error: match failed for invalid pattern # | next:66'1 undefined variable: ATTR1 # | next:66'2 with "ASM_MEM" equal to "%asm_mem" # | next:66'3 with "ASM_MEM1" equal to "%asm_mem1" # | 42: callbr void asm "mov $1, $0", "=*rm,*rm,!i"(ptr elementtype(i32) %asm_mem, ptr elementtype(i32) %asm_mem1) #1 # | next:66'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:66'4 ? possible intended match # | 43: to label %normal [label %indirect] # | next:66'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 44: # | next:66'0 ~ # | 45: normal: ; preds = %entry # | next:66'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ # | 46: %0 = load i32, ptr %asm_mem, align 4 # | next:66'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 47: ret i32 %0 # | next:66'0 ~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>LLVM.CodeGen/X86/inline-asm-prepare-memory.ll</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 c:\_work\llvm-project\llvm-project\build\bin\opt.exe -S -mtriple=x86_64-unknown-linux-gnu -inline-asm-prepare < C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-memory.ll | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-memory.ll # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\opt.exe' -S -mtriple=x86_64-unknown-linux-gnu -inline-asm-prepare # note: command had no output on stdout or stderr # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-memory.ll' # .---command stderr------------ # | C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-memory.ll:8:15: error: CHECK-NEXT: expected string not found in input # | ; CHECK-NEXT: [[ASM_MEM:%.*]] = alloca i32, align 4 # | ^ # | <stdin>:7:7: note: scanning from here # | entry: # | ^ # | <stdin>:8:2: note: possible intended match here # | %0 = call i32 asm sideeffect "mov $1, $0", "=r,rm,~{dirflag},~{fpsr},~{flags}"(i32 %x) # | ^ # | C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-memory.ll:22:15: error: CHECK-NEXT: expected string not found in input # | ; CHECK-NEXT: [[ASM_MEM:%.*]] = alloca i32, align 4 # | ^ # | <stdin>:13:7: note: scanning from here # | entry: # | ^ # | <stdin>:15:12: note: possible intended match here # | store i32 %0, ptr %p, align 4 # | ^ # | C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-memory.ll:67:15: error: CHECK-NEXT: expected string not found in input # | ; CHECK-NEXT: [[ASM_MEM:%.*]] = alloca i32, align 4 # | ^ # | <stdin>:34:7: note: scanning from here # | entry: # | ^ # | <stdin>:37:12: note: possible intended match here # | store i32 %0, ptr %x_ptr, align 4 # | ^ # | # | Input file: <stdin> # | Check file: C:\_work\llvm-project\llvm-project\llvm\test\CodeGen\X86\inline-asm-prepare-memory.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: ; ModuleID = '<stdin>' # | 2: source_filename = "<stdin>" # | 3: target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" # | 4: target triple = "x86_64-unknown-linux-gnu" # | 5: # | 6: define void @test1(i32 %x) { # | 7: entry: # | next:8'0 X error: no match found # | 8: %0 = call i32 asm sideeffect "mov $1, $0", "=r,rm,~{dirflag},~{fpsr},~{flags}"(i32 %x) # | next:8'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:8'1 ? possible intended match # | 9: ret void # | next:8'0 ~~~~~~~~~~ # | 10: } # | next:8'0 ~~ # | 11: # | next:8'0 ~ # | 12: define void @test2(ptr %p) { # | next:8'0 ~~~~~~~~~~~~~~~~~~~ # | 13: entry: # | next:22'0 X error: no match found # | 14: %0 = call i32 asm sideeffect "mov $1, $0", "=rm,~{dirflag},~{fpsr},~{flags}"() # | next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 15: store i32 %0, ptr %p, align 4 # | next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:22'1 ? possible intended match # | 16: ret void # | next:22'0 ~~~~~~~~~~ # | 17: } # | next:22'0 ~~ # | 18: # | next:22'0 ~ # | 19: define void @test3(ptr %x_ptr) { # | next:22'0 ~~~~~~~~~~~~~~~~~~~ # | 20: entry: # | . # | . # | . # | 29: %0 = tail call i64 asm "movq $1, $0", "=r,irm,~{dirflag},~{fpsr},~{flags}"(i32 256) # | 30: ret i64 %0 # | 31: } # | 32: # | 33: define void @test5(ptr %x_ptr, i32 %b) { # | 34: entry: # | next:67'0 X error: no match found # | 35: %x = load i32, ptr %x_ptr, align 4 # | next:67'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 36: %0 = call i32 asm sideeffect "add $1, $0", "=rm,rm,0,~{dirflag},~{fpsr},~{flags}"(i32 %b, i32 %x) # | next:67'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 37: store i32 %0, ptr %x_ptr, align 4 # | next:67'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:67'1 ? possible intended match # | 38: ret void # | next:67'0 ~~~~~~~~~~ # | 39: } # | next:67'0 ~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label. https://github.com/llvm/llvm-project/pull/181973 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
