[PATCH] D106058: [DAG] Fold select(cond,binop(x,y),binop(x,z)) -> binop(x,select(cond,y,z))
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 19 10:04:53 PDT 2021
tra added a comment.
In D106058#2887076 <https://reviews.llvm.org/D106058#2887076>, @RKSimon wrote:
> @tra Common flag propagation should be working now - in rGfcb710a7ad4f <https://reviews.llvm.org/rGfcb710a7ad4f9d9ffc82f66ae3bcd77786b781aa> I've added back the fast-math tests that I tweaked (I've kept the tweaked test variant as well) so it should show the missing mvptx arcp lowering. Shout on this ticket if I've missed anything.
Thank you. I've confirmed that `arcp` does get propagated now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106058/new/
https://reviews.llvm.org/D106058
More information about the llvm-commits
mailing list