[PATCH] D79187: [DAGCombiner] fold (fp_round (int_to_fp X)) -> (int_to_fp X)
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 31 11:26:12 PDT 2020
lenary abandoned this revision.
lenary added a comment.
In D79187#2052620 <https://reviews.llvm.org/D79187#2052620>, @spatel wrote:
> rGc048a02b5b26 <https://reviews.llvm.org/rGc048a02b5b26c21a2a891131e3d52c7ddbc3cf62> does this transform in IR. Do we still need a backend transform?
I don't think so.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79187/new/
https://reviews.llvm.org/D79187
More information about the llvm-commits
mailing list