[PATCH] D149404: [ValueTracking][InstCombine] Add a new API to allow to ignore poison generating flags or metadatas when implying poison
luxufan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 5 08:17:53 PDT 2023
StephenFan updated this revision to Diff 519871.
StephenFan added a comment.
Move back codes that optimize select
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149404/new/
https://reviews.llvm.org/D149404
Files:
llvm/include/llvm/Analysis/ValueTracking.h
llvm/lib/Analysis/ValueTracking.cpp
llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
llvm/test/Transforms/InstCombine/and-fcmp.ll
llvm/test/Transforms/InstCombine/ispow2.ll
llvm/test/Transforms/InstCombine/or-fcmp.ll
llvm/test/Transforms/InstCombine/prevent-cmp-merge.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149404.519871.patch
Type: text/x-patch
Size: 33664 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230505/c41e172b/attachment.bin>
More information about the llvm-commits
mailing list