[PATCH] D106891: [Remarks] Emit optimization remarks for atomics generating CAS loop

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 15 09:20:00 PDT 2021


nikic added a comment.

You also need to drop the `getAnalysisUsage()` change, otherwise the pass manager will still create the ORE itself.

PS: This revision still has incorrectly configured permissions, which prevents me from leaving line comments. Revisions on this Phabricator instance should always be publicly writable.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106891/new/

https://reviews.llvm.org/D106891



More information about the llvm-commits mailing list