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

Nate Begeman natebegeman at mac.com
Thu Feb 5 13:22:30 PST 2009


On Feb 5, 2009, at 12:47 PM, Duncan Sands wrote:

>>> why is it incorrect?
>>
>> Because functions unknown to VMCore may begin with the llvm. prefix.
>
> Will it be caught later then?

It will not match as an intrinsic in CodeGen and turn into a libcall.   
An assert could presumably be added at that point.

Nate




More information about the llvm-commits mailing list