[PATCH] D21354: Remove redundant direct moves when extracting integers and converting to FP

Ehsan Amiri via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 21:19:17 PDT 2016


amehsan added a comment.

It is also possible that we can fix this as a more general problem in DAGCombine (similar to what I said in the previous comment), but instead of having a extract-element-centric solution, we have some other kind of solution. For example something that looks at all converts in the DAG and removes unnecessary ones. So again, consider my previous comment as an example of a more general solution which might be practical. There might be better alternatives.


Repository:
  rL LLVM

http://reviews.llvm.org/D21354





More information about the llvm-commits mailing list