[PATCH] D95260: [Local] Don't DCE calls that may not return

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 13:00:54 PST 2021


nikic updated this revision to Diff 318633.
nikic added a comment.

Rebase after pre-committing some of the libcall willreturn annotations.


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

https://reviews.llvm.org/D95260

Files:
  lib/Transforms/Utils/Local.cpp
  test/Transforms/Attributor/ArgumentPromotion/fp80.ll
  test/Transforms/Attributor/align.ll
  test/Transforms/Attributor/nocapture-1.ll
  test/Transforms/Attributor/nocapture-2.ll
  test/Transforms/Attributor/nonnull.ll
  test/Transforms/Attributor/norecurse.ll
  test/Transforms/Attributor/range.ll
  test/Transforms/Attributor/readattrs.ll
  test/Transforms/BDCE/basic.ll
  test/Transforms/CodeGenPrepare/X86/delete-assume-dead-code.ll
  test/Transforms/InstCombine/nothrow.ll
  test/Transforms/InstSimplify/ConstProp/rint.ll
  test/Transforms/InstSimplify/remove-dead-call.ll
  test/Transforms/InstSimplify/returned.ll
  test/Transforms/NewGVN/eliminate-callsite-inline.ll
  test/Transforms/OpenMP/parallel_deletion.ll
  test/Transforms/Reassociate/erase_inst_made_change.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95260.318633.patch
Type: text/x-patch
Size: 64132 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210122/6727e759/attachment.bin>


More information about the llvm-commits mailing list