Displaying 1 result from an estimated 1 matches for "lowerint".
Did you mean:
lowering
2010 Jun 22
2
[LLVMdev] [RFC/PATCH] IntrinsicLowering improvements
...r the single-thread lowering is to be able to run
code that uses these intrinsics in the KLEE symbolic execution engine
but I imagine it could have other uses such as a whole-program LTO
that lowers atomic operations to more efficient non-atomic operations
when it is known to be safe to do so.
The LowerIntrinsicCall method would need to be refactored into
multiple methods I think, but I'm not sure about the granularity.
Do we need more than standard and single-thread?
Thanks,
--
Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Support-for-lowering-a...