[clang] [llvm] [SPIRV] add pre legalization instruction combine (PR #122839)
Vyacheslav Levytskyy via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 01:44:41 PST 2025
================
@@ -0,0 +1,140 @@
+; RUN: llc -mtriple=spirv-unknown-unknown -debug-pass=Structure < %s -o /dev/null 2>&1 | \
----------------
VyacheslavLevytskyy wrote:
Just as a thought aloud, I wonder how stable this list can be at this stage of SPIR-V Backend development? I guess this test case may be subjected to more frequent changes than others.
Also I think we'd anyway need to fix -O0 or -Osomething here.
https://github.com/llvm/llvm-project/pull/122839
More information about the llvm-commits
mailing list