[PATCH] D13427: RFC: faster isa<IntrinsicInst> (bugged tests?)

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 16:32:29 PDT 2015


vsk added a subscriber: vsk.
vsk added a comment.

+1 to both of Philip's suggestions.

For backwards compatibility, we should add logic to BitcodeReader that upgrades bogus intrinsics to llvm.do_nothing(). I think llvm::UpgradeIntrinsicCall() exists for this purpose.

(Sean, sorry I missed this earlier.)


Repository:
  rL LLVM

http://reviews.llvm.org/D13427





More information about the llvm-commits mailing list