[PATCH] D89264: [LICM] Make promotion faster

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 9 03:16:58 PST 2021


nikic updated this revision to Diff 329276.
nikic added a comment.
Herald added a subscriber: jfb.

Always use aliasesUnknownInst() API to correctly model atomic accesses. Add previously miscompiled test case.


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

https://reviews.llvm.org/D89264

Files:
  llvm/include/llvm/Analysis/AliasSetTracker.h
  llvm/lib/Analysis/AliasSetTracker.cpp
  llvm/lib/Transforms/Scalar/LICM.cpp
  llvm/test/Transforms/LICM/promote-atomic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89264.329276.patch
Type: text/x-patch
Size: 11632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210309/c7189476/attachment.bin>


More information about the llvm-commits mailing list