[llvm-commits] [llvm] r63772 - /llvm/trunk/test/Assembler/2007-04-15-BadIntrinsic.ll

Chris Lattner clattner at apple.com
Fri Feb 6 08:24:05 PST 2009


On Feb 5, 2009, at 11:49 PM, Duncan Sands wrote:

> 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...

The problem is that your target may not be linked into (e.g.) "opt".

-Chris



More information about the llvm-commits mailing list