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

Nikita Popov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 15 09:19:58 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 cfe-commits mailing list