[llvm] [SPIR-V] Fix BB ordering & register lifetime (PR #111026)
Vyacheslav Levytskyy via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 11:45:30 PDT 2024
Nathan =?utf-8?q?Gauër?= <brioche at google.com>,
Nathan =?utf-8?q?Gauër?= <brioche at google.com>,
Nathan =?utf-8?q?Gauër?= <brioche at google.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/111026 at github.com>
================
@@ -1,6 +1,9 @@
-; RUN: llc -mtriple=spirv-unknown-vulkan-compute -O0 %s -o - | FileCheck %s --match-full-lines
----------------
VyacheslavLevytskyy wrote:
As an idea, maybe to add `TODO` lines to all those updated tests from `structurizer` where `G_BITCAST` would cause machine verifier to fail? It'd make it easier to switch `-verify-machineinstrs` for them once we figure out `G_BITCAST`.
https://github.com/llvm/llvm-project/pull/111026
More information about the llvm-commits
mailing list