[llvm] [X86][GlobalIsel] Add test for IS_FP_CLASS (PR #148816)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 27 15:54:39 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `llvm-clang-aarch64-darwin` running on `doug-worker-4` while building `llvm` at step 6 "test-build-unified-tree-check-all".

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

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: Transforms/MemProfContextDisambiguation/func_assign_fix.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
/Users/buildbot/buildbot-root/aarch64-darwin/build/bin/opt -passes=memprof-context-disambiguation -supports-hot-cold-new 		-memprof-verify-ccg -memprof-verify-nodes -stats -debug  		-pass-remarks=memprof-context-disambiguation /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/MemProfContextDisambiguation/func_assign_fix.ll -S 2>&1 | 	/Users/buildbot/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/MemProfContextDisambiguation/func_assign_fix.ll --implicit-check-not="Mismatch in call clone assignment" 		--implicit-check-not="Number of callsites assigned to call multiple non-matching clones" # RUN: at line 10
+ /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/opt -passes=memprof-context-disambiguation -supports-hot-cold-new -memprof-verify-ccg -memprof-verify-nodes -stats -debug -pass-remarks=memprof-context-disambiguation /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/MemProfContextDisambiguation/func_assign_fix.ll -S
+ /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/MemProfContextDisambiguation/func_assign_fix.ll '--implicit-check-not=Mismatch in call clone assignment' '--implicit-check-not=Number of callsites assigned to call multiple non-matching clones'
/Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/MemProfContextDisambiguation/func_assign_fix.ll:31:11: error: CHECK: expected string not found in input
 ; CHECK: call void @C.memprof.1()
          ^
<stdin>:34:17: note: scanning from here
define void @B() {
                ^
<stdin>:35:2: note: possible intended match here
 call void @C()
 ^
/Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/MemProfContextDisambiguation/func_assign_fix.ll:40:11: error: CHECK: expected string not found in input
 ; CHECK: call void @D()
          ^
<stdin>:40:16: note: scanning from here
 call void @F()
               ^
<stdin>:41:2: note: possible intended match here
 call void @D.memprof.1()
 ^
/Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/MemProfContextDisambiguation/func_assign_fix.ll:91:11: error: CHECK: expected string not found in input
 ; CHECK: call void @D.memprof.1()
          ^
<stdin>:79:26: note: scanning from here
 call void @F.memprof.1()
                         ^
<stdin>:84:3: note: possible intended match here
define void @D.memprof.1() {
  ^

Input file: <stdin>
Check file: /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/MemProfContextDisambiguation/func_assign_fix.ll

-dump-input=help explains the following input dump.

Input was:
<<<<<<
             1: Args: /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/opt -passes=memprof-context-disambiguation -supports-hot-cold-new -memprof-verify-ccg -memprof-verify-nodes -stats -debug -pass-remarks=memprof-context-disambiguation /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/MemProfContextDisambiguation/func_assign_fix.ll -S  
not:imp1'0      X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
not:imp2'0      X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             2: /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/opt: WARNING: failed to create target machine for 'x86_64-grtev4-linux-gnu': unable to get target for 'x86_64-grtev4-linux-gnu', see --version and --triple. 
not:imp1'0      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
not:imp2'0      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             3: remark: <unknown>:0:0: created clone C.memprof.1 
...

```

</details>

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


More information about the llvm-commits mailing list