[PATCH] D89219: [ValueTracking] Use assume's noundef operand bundle

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 04:00:16 PDT 2020


aqjune updated this revision to Diff 297814.
aqjune added a comment.

Add NoUndef to isUsefullToPreserve


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89219

Files:
  llvm/include/llvm/Analysis/ValueTracking.h
  llvm/lib/Analysis/InstructionSimplify.cpp
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/lib/Transforms/IPO/AttributorAttributes.cpp
  llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
  llvm/lib/Transforms/Scalar/DivRemPairs.cpp
  llvm/lib/Transforms/Scalar/JumpThreading.cpp
  llvm/lib/Transforms/Scalar/SCCP.cpp
  llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp
  llvm/lib/Transforms/Utils/CanonicalizeFreezeInLoops.cpp
  llvm/unittests/Analysis/ValueTrackingTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89219.297814.patch
Type: text/x-patch
Size: 15383 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201013/82efc577/attachment.bin>


More information about the llvm-commits mailing list