[PATCH] D45216: [Attributes] Add IntrinsicLoweredToCall attribute.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 18:04:38 PDT 2018


efriedma added a comment.

Yes, isLoweredToCall() should probably be virtual, so targets can handle target-specific intrinsics.  We should probably also add more target-independent handling (llvm.dbg.value is never a call, llvm.trunc isn't a call if ISD::FTRUNC is legal, etc.).  The attribute doesn't really make sense.


https://reviews.llvm.org/D45216





More information about the llvm-commits mailing list