[PATCH] D14945: Expose isXxxConstant() functions from TargetLowering base class (NFC)

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 12:26:16 PST 2015


MatzeB requested changes to this revision.
MatzeB added a comment.
This revision now requires changes to proceed.

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.


http://reviews.llvm.org/D14945





More information about the llvm-commits mailing list