[PATCH] D86565: [Attributor][FIX] Do not deduce noundef for dead positions

Shinji Okumura via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 14:44:22 PDT 2020


okura updated this revision to Diff 287781.
okura added a comment.

- change `CheckBBLivenessOnly` to `true`
- add affected tests
- add new tests


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

https://reviews.llvm.org/D86565

Files:
  llvm/lib/Transforms/IPO/AttributorAttributes.cpp
  llvm/test/Transforms/Attributor/ArgumentPromotion/inalloca.ll
  llvm/test/Transforms/Attributor/IPConstantProp/pthreads.ll
  llvm/test/Transforms/Attributor/IPConstantProp/thread_local_acs.ll
  llvm/test/Transforms/Attributor/misc_crash.ll
  llvm/test/Transforms/Attributor/noundef.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86565.287781.patch
Type: text/x-patch
Size: 11408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200825/c37243bb/attachment.bin>


More information about the llvm-commits mailing list