[llvm] [SPIR-V] Fix BB ordering & register lifetime (PR #111026)

Nathan Gauër via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 07:56:56 PDT 2024


================
@@ -1,6 +1,9 @@
-; RUN: llc -mtriple=spirv-unknown-vulkan-compute -O0 %s -o - | FileCheck %s --match-full-lines
----------------
Keenuts wrote:

Added TODO where the -verifier was removed (already did in some places, but forgot some).
Not adding it if I didn't removed the flag.
(In the end, we might want to add it anywhere anyway no?)

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


More information about the llvm-commits mailing list