[PATCH] D139314: ValueTracking: Teach canCreateUndefOrPoison about FP ops
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 05:24:59 PST 2022
arsenm created this revision.
arsenm added reviewers: nlopes, aqjune, jcranmer-intel, 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.
Probably could replace the switch by marking the intrinsic definitions
with NoUndef<RetIndex>.
https://reviews.llvm.org/D139314
Files:
llvm/lib/Analysis/ValueTracking.cpp
llvm/test/Transforms/InstCombine/freeze-fp-ops.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139314.480066.patch
Type: text/x-patch
Size: 17217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221205/95fcaea8/attachment.bin>
More information about the llvm-commits
mailing list