[PATCH] D79187: [DAGCombiner] fold (fp_round (int_to_fp X)) -> (int_to_fp X)
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 24 07:28:13 PDT 2020
spatel added a comment.
Herald added a subscriber: ecnelises.
rGc048a02b5b26 <https://reviews.llvm.org/rGc048a02b5b26c21a2a891131e3d52c7ddbc3cf62> does this transform in IR. Do we still need a backend transform?
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