[llvm] [SandboxIR] Implement CallBase and CallInst (PR #100218)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 11:41:33 PDT 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `llvm-nvptx64-nvidia-win` running on `as-builder-8` while building `llvm` at step 7 "test-build-unified-tree-check-llvm".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/155/builds/1008

Here is the relevant piece of the build log for the reference:
```
Step 7 (test-build-unified-tree-check-llvm) failure: test (failure)
******************** TEST 'LLVM :: Analysis/StructuralHash/structural-hash-printer.ll' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
c:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\bin\opt.exe -passes='print<structural-hash>' -disable-output C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\Analysis\StructuralHash\structural-hash-printer.ll 2>&1 | c:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\bin\filecheck.exe C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\Analysis\StructuralHash\structural-hash-printer.ll
# executed command: 'c:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\bin\opt.exe' '-passes=print<structural-hash>' -disable-output 'C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\Analysis\StructuralHash\structural-hash-printer.ll'
# executed command: 'c:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\bin\filecheck.exe' 'C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\Analysis\StructuralHash\structural-hash-printer.ll'
# RUN: at line 2
c:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\bin\opt.exe -passes='print<structural-hash><detailed>' -disable-output C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\Analysis\StructuralHash\structural-hash-printer.ll 2>&1 | c:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\bin\filecheck.exe C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\Analysis\StructuralHash\structural-hash-printer.ll -check-prefix=DETAILED-HASH
# executed command: 'c:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\bin\opt.exe' '-passes=print<structural-hash><detailed>' -disable-output 'C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\Analysis\StructuralHash\structural-hash-printer.ll'
# executed command: 'c:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\build\bin\filecheck.exe' 'C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\Analysis\StructuralHash\structural-hash-printer.ll' -check-prefix=DETAILED-HASH
# .---command stderr------------
# | C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\Analysis\StructuralHash\structural-hash-printer.ll:24:23: error: DETAILED-HASH-NEXT: expected string not found in input
# | ; DETAILED-HASH-NEXT: Function f2 Hash: {{([a-z0-9]{14,})}}
# |                       ^
# | <stdin>:2:35: note: scanning from here
# | Function f1 Hash: 27f46361783c7d4b
# |                                   ^
# | <stdin>:3:1: note: possible intended match here
# | Function f2 Hash: 1c7d65fbc13ea
# | ^
# | 
# | Input file: <stdin>
# | Check file: C:\buildbot\as-builder-8\llvm-nvptx64-nvidia-win\llvm-project\llvm\test\Analysis\StructuralHash\structural-hash-printer.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            1: Module Hash: 2c64b95039abb538 
# |            2: Function f1 Hash: 27f46361783c7d4b 
# | next:24'0                                       X error: no match found
# |            3: Function f2 Hash: 1c7d65fbc13ea 
# | next:24'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | next:24'1     ?                                possible intended match
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

********************


```

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


More information about the llvm-commits mailing list