[PATCH] D139313: ValueTracking: Teach canCreateUndefOrPoison about more intrinsics

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 05:21:54 PST 2022


arsenm created this revision.
arsenm added reviewers: nlopes, aqjune, spatel.
Herald added a subscriber: hiraditya.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

I tried to test the fallthrough to noundef callsite return attribute
case, but it seems that folds out as-is.


https://reviews.llvm.org/D139313

Files:
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/test/Transforms/InstCombine/freeze-integer-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139313.480064.patch
Type: text/x-patch
Size: 9876 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221205/fa0073fc/attachment.bin>


More information about the llvm-commits mailing list