[PATCH] D107281: [SimpifyCFG] Speculate a store preceded by a local non-escaping load

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 3 08:44:33 PDT 2021


chill updated this revision to Diff 363757.
chill added a comment.

Added a couple of negative tests: for a store to an address that escapes and for more than one instruction in the block.


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

https://reviews.llvm.org/D107281

Files:
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/test/Transforms/SimplifyCFG/speculate-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107281.363757.patch
Type: text/x-patch
Size: 7910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210803/9ad8aea5/attachment.bin>


More information about the llvm-commits mailing list