[PATCH] D70208: [SimplifyCFG] propagate fast-math-flags (FMF) from phi to select
Cameron McInally via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 14 08:52:57 PST 2019
cameron.mcinally accepted this revision.
cameron.mcinally added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/Transforms/Utils/SimplifyCFG.cpp:1416
BB1V->getName() + "." + BB2V->getName(), BI));
+ }
----------------
Have we considered adding a `CreateSelectFMF(...)`? It could be a little weird though, since CreateSelect(...) handles both Int and FP...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70208/new/
https://reviews.llvm.org/D70208
More information about the llvm-commits
mailing list