dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.42k stars 199 forks source link

[NativeAOT-LLVM] Put LLVM helpers into the `CorInfoHelpFunc` enum directly #2303

Closed SingleAccretion closed 1 year ago

SingleAccretion commented 1 year ago

This allows them to be referenced in RyuJit IR, which is a requirement for #2304.

SingleAccretion commented 1 year ago

@dotnet/nativeaot-llvm