================
@@ -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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
