[PATCH] D109548: Make llvm.launder.invariant.group writeonly

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 08:43:55 PDT 2021


nikic added a comment.

Generally though, I think we should consider adding a new attribute to mark intrinsics like this, rather than using inaccessiblememonly. Ideally we don't want to mix these up with memory effects, and just want to say "don't remove or CSE this intrinsic" ("do not hoist" is already implied by lack of speculatable).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109548



More information about the llvm-commits mailing list