dotnet / LLVMSharp

LLVM bindings for .NET Standard written in C# using ClangSharp
MIT License
838 stars 95 forks source link

stacksave and stackrestore? #211

Closed moff181 closed 1 year ago

moff181 commented 1 year ago

Is it possible to use these intrinsics from LLVMSharp? I've checked across multiple versions and can't find a way to call them.

Failing that, is there a way to implement similar functionality with other features?