[llvm-commits] [llvm] r63772 - /llvm/trunk/test/Assembler/2007-04-15-BadIntrinsic.ll
Duncan Sands
baldrick at free.fr
Thu Feb 5 23:49:11 PST 2009
Hi Nate,
> It will not match as an intrinsic in CodeGen and turn into a libcall.
> An assert could presumably be added at that point.
actually, shouldn't it be possible to catch it in the verifier?
Presumably getIntrinsicID only returns a non-zero value if the
call is to an intrinsic that is known by some part of the system...
Ciao,
Duncan.
More information about the llvm-commits
mailing list