[llvm-dev] RFC: Pass for lowering "non-linear" arithmetics of illegal types
Matt Arsenault via llvm-dev
llvm-dev at lists.llvm.org
Mon Oct 5 15:26:48 PDT 2015
On 10/05/2015 03:25 PM, Tim Northover via llvm-dev wrote:
> This sounds a bit weird though. It seems more natural to make these
> part of a runtime support library for your language (like compiler-rt
> is for C).
This makes sense for GPUs without call support / machine linking
support. I would like to be able to replace all expand runtime library
calls with calls to IR functions we can inline.
More information about the llvm-dev
mailing list