[PATCH] D21739: [TTI] Add functions determining if int parameters/returns should be zeroext/signext.

David Li via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 09:11:11 PDT 2016


davidxl added a comment.

Target specific implementation of the patch needs target owners to review. For this reason, I think it is better to to this

1. make the interface change with default implementation a separate patch as NFC. After that is checked in, your InstrProfile patches can be unblocked and checked in (even though s390 target is still broken)
2. split out one patch per affected target and add owners to review.


Repository:
  rL LLVM

http://reviews.llvm.org/D21739





More information about the llvm-commits mailing list