================ @@ -2439,6 +2597,68 @@ bool WaitcntBrackets::mergeScore(const MergeInfo &M, unsigned &Score, return OtherShifted > MyShifted; } +bool WaitcntBrackets::mergeAsyncMarkers( + const MergeInfo MergeInfos[NUM_INST_CNTS], ---------------- Pierre-vh wrote:
tiny nit: passing an array by argument is technically fine but does feel a bit weird, how about `ArrayRef` instead ? https://github.com/llvm/llvm-project/pull/173259 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
