[llvm-branch-commits] [llvm] [AMDGPU][InsertWaitCnts] Move HWEvent analysis code (PR #202887)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jun 10 01:58:25 PDT 2026
================
@@ -30,5 +32,167 @@ void HWEventSet::dump() const {
print(dbgs());
dbgs() << "\n";
}
+
+static std::optional<HWEvent>
----------------
arsenm wrote:
I'd expect this to be a bitmask with a natural empty value instead of using optional
https://github.com/llvm/llvm-project/pull/202887
More information about the llvm-branch-commits
mailing list