[llvm] [AMDGCN][SIWholeQuadMode] Handle case when SI_KILL_I1_TERMINATOR -1,0 is not the only terminator (PR #122922)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 03:20:53 PST 2025
Juan Manuel Martinez =?utf-8?q?CaamaƱo?= <juamarti at amd.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/122922 at github.com>
================
@@ -96,6 +96,9 @@ enum {
StateStrict = StateStrictWWM | StateStrictWQM,
};
+using InstRange =
----------------
jayfoad wrote:
Could this be a standard `iterator_range` instead?
Could you do the `InstRange`-related stuff as a separate NFC patch? It's hard for me to see where the substantive changes are in this PR.
https://github.com/llvm/llvm-project/pull/122922
More information about the llvm-commits
mailing list