[PATCH] D14945: Expose isXxxConstant() functions from TargetLowering base class (NFC)
A. Skrobov via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 24 14:04:48 PST 2015
tyomitch added a comment.
In http://reviews.llvm.org/D14945#296046, @MatzeB wrote:
> I agree that the code here could be shared.
> However TargetLoweringBase provides an interface to customizing the lowering process for a specific target. I do not believe it is the right place for common lowering code.
Thanks Matthias!
Do you have any suggestions where to put it?
http://reviews.llvm.org/D14945
More information about the llvm-commits
mailing list