[PATCH] D21739: [TLI] Add functions determining if int parameters/returns should be zeroext/signext.
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 8 13:59:09 PST 2016
efriedma added a comment.
Exposing these methods with boolean return values directly to users seems a bit awkward... these checks will end up scattered all over the codebase. Maybe some sort of "computeAttributesForIntArgument" utility would be better?
Repository:
rL LLVM
https://reviews.llvm.org/D21739
More information about the llvm-commits
mailing list