[PATCH] D10571: Allow InstCombiner to eliminate truncates even if it will require inserting additional instructions

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 12:01:07 PDT 2015


majnemer added a comment.

Could this be split into two changes: one which adds the cost model and another which teaches `EvaluateInDifferentType` how to insert truncates?


Repository:
  rL LLVM

http://reviews.llvm.org/D10571





More information about the llvm-commits mailing list