[LLVMdev] Newbie questions
Chris Lattner
sabre at nondot.org
Wed Apr 26 09:40:23 PDT 2006
On Wed, 26 Apr 2006, Archie Cobbs wrote:
> Requoting myself:
>
>> I.e., my question is the more general one:
>> how do optimizations that are specific to the front-end language get
>> done? How does the front-end "secret knowledge" get passed through
>> somehow so it can be used for optimization purposes?
The general answer is: language specific intrinsics or recognized run-time
API functions.
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-dev
mailing list