[PATCH] D23002: DAGCombiner: check isZExtFree before doing combine

escha via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 12:02:28 PDT 2016


escha added a comment.

Closing for now; it looks like this can interfere with address mode folding (e.g. on x86_64 where 32->64 zext is free), even though it makes logical sense.


Repository:
  rL LLVM

https://reviews.llvm.org/D23002





More information about the llvm-commits mailing list