[PATCH] D94106: [Local] Treat calls that may not return as being alive (WIP).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 15:17:21 PST 2021


fhahn updated this revision to Diff 318664.
fhahn marked an inline comment as done.
fhahn added a comment.

Undo changes in InstSimplify/ConstProp/math-* files.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94106

Files:
  llvm/include/llvm/IR/InstrTypes.h
  llvm/lib/Transforms/Utils/Local.cpp
  llvm/test/Transforms/Attributor/ArgumentPromotion/fp80.ll
  llvm/test/Transforms/Attributor/align.ll
  llvm/test/Transforms/Attributor/nocapture-1.ll
  llvm/test/Transforms/Attributor/nocapture-2.ll
  llvm/test/Transforms/Attributor/nonnull.ll
  llvm/test/Transforms/Attributor/norecurse.ll
  llvm/test/Transforms/Attributor/range.ll
  llvm/test/Transforms/Attributor/readattrs.ll
  llvm/test/Transforms/BDCE/basic.ll
  llvm/test/Transforms/CodeGenPrepare/X86/delete-assume-dead-code.ll
  llvm/test/Transforms/Coroutines/coro-split-00.ll
  llvm/test/Transforms/Coroutines/coro-split-hidden.ll
  llvm/test/Transforms/Coroutines/no-suspend.ll
  llvm/test/Transforms/DeadStoreElimination/MSSA/simple.ll
  llvm/test/Transforms/DeadStoreElimination/MemDepAnalysis/DeleteThrowableInst.ll
  llvm/test/Transforms/DeadStoreElimination/MemDepAnalysis/simple.ll
  llvm/test/Transforms/Inline/dead-calls-willreturn.ll
  llvm/test/Transforms/InstCombine/constant-fold-libfunc.ll
  llvm/test/Transforms/InstCombine/nothrow.ll
  llvm/test/Transforms/InstSimplify/ConstProp/rint.ll
  llvm/test/Transforms/InstSimplify/remove-dead-call.ll
  llvm/test/Transforms/InstSimplify/returned.ll
  llvm/test/Transforms/MemCpyOpt/memcpy.ll
  llvm/test/Transforms/NewGVN/eliminate-callsite-inline.ll
  llvm/test/Transforms/OpenMP/parallel_deletion.ll
  llvm/test/Transforms/Reassociate/erase_inst_made_change.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94106.318664.patch
Type: text/x-patch
Size: 60000 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210122/b0c5e1dd/attachment.bin>


More information about the llvm-commits mailing list