Open
Description
Describe the bug
Failed Tests (3):
SYCL :: AOT/early_aot.cpp
SYCL :: BFloat16/bfloat16_example_aot_gpu.cpp
SYCL :: SpecConstants/2020/image_selection.cpp
Failed Tests (2):
SYCL :: AOT/early_aot.cpp
SYCL :: SpecConstants/2020/image_selection.cpp
All seem to have same symptom
# RUN: at line 6
/__w/llvm/llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device *" -fno-sycl-rdc -c -DADD_CPP /__w/llvm/llvm/llvm/sycl/test-e2e/AOT/early_aot.cpp -o /__w/llvm/llvm/build-e2e/AOT/Output/early_aot.cpp.tmp_add.o
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen '-device *' -fno-sycl-rdc -c -DADD_CPP /__w/llvm/llvm/llvm/sycl/test-e2e/AOT/early_aot.cpp -o /__w/llvm/llvm/build-e2e/AOT/Output/early_aot.cpp.tmp_add.o
# .---command stdout------------
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : tgl.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : rkl.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : adl-s.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : adl-p.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : adl-n.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : dg1.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : dg2-g10-a0.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : dg2-g10-a1.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : dg2-g10-b0.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : acm-g10.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : dg2-g11-a0.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : dg2-g11-b0.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : acm-g11.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : acm-g12.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : pvc-xl-a0.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : pvc-sdv.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : pvc-xt-a0.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : pvc-xt-b0.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : pvc-xt-b1.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : pvc.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : pvc-vg.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : mtl-u-a0.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : arl-s.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : mtl-h-a0.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : mtl-h.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : arl-h-a0.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : arl-h.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : bmg.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : lnl-a0.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : lnl-a1.
# | Compilation from IR - skipping loading of FCL
# | Build succeeded for : lnl-m.
# | Compilation from IR - skipping loading of FCL
# | IGC: Internal Compiler Error: Abnormal termination
# | Build failed for : ptl-h-a0 with error code: -11
# | Command was: /usr/bin/ocloc -output /tmp/lit-tmp-yoyzykvx/early_aot-7e2d25-44b3cf.out -file /tmp/lit-tmp-yoyzykvx/early_aot-e75ca5-24e84d.spv -output_no_suffix -spirv_input -device ptl-h-a0 -exclude_ir
# | Command was: /usr/bin/ocloc -output /tmp/lit-tmp-yoyzykvx/early_aot-7e2d25-44b3cf.out -file /tmp/lit-tmp-yoyzykvx/early_aot-e75ca5-24e84d.spv -output_no_suffix -spirv_input -device *
# `-----------------------------
# .---command stderr------------
# | internal compiler error, abnormal program termination
# | llvm-foreach:
# | clang++: error: gen compiler command failed with exit code 245 (use -v to see invocation)
# | clang version 21.0.0git (https://github.com/intel/llvm 5ab196d70301511fca7d4baa53c4e5964a1fde5b)
# | Target: x86_64-unknown-linux-gnu
# | Thread model: posix
# | InstalledDir: /__w/llvm/llvm/toolchain/bin
# | clang++: note: diagnostic msg: Error generating preprocessed source(s).
# `-----------------------------
# error: command failed with exit status: 1
To reproduce
No response
Environment
No response
Additional context
No response