[LLVMdev] Small problem with intrinsics

Bart Coppens Bart.Coppens at elis.ugent.be
Mon Apr 21 11:50:49 PDT 2008


On Monday 21 April 2008 19:51, Gordon Henriksen wrote:
> The only safe course is to exclude call or invoke instructions where
> getIntrinsicID() != 0 from your transformation. For intrinsics that
> you do recognize, you can special-case them. In this case, you can do
> the equivalent of:
Yes, in that case getIntrinsicID will suffice for me. Thanks for all the fast 
replies :-)

Bart Coppens



More information about the llvm-dev mailing list