[PATCH] D106058: [DAG] Fold select(cond,binop(x,y),binop(x,z)) -> binop(x,select(cond,y,z))
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 19 05:33:17 PDT 2021
RKSimon added a comment.
@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.
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