[LLVMdev] How to add a trivial LLVM intrinsic

Duncan Sands baldrick at free.fr
Wed Jun 24 12:37:49 PDT 2009


Hi Matt,

> Thank you for your reply--I've now done that.  Unfortunately, there's a new
> error now:
> 
> ------------
> Cannot yet select: intrinsic %llvm.test_intrinsic
> test.c:25: internal compiler error: Aborted

that's because you didn't tell the code generators what
they should do with your intrinsic.

Ciao,

Duncan.



More information about the llvm-dev mailing list