Issue 108016
Summary [flang][lowering] use llvm.intr.stacksave/restore ops instead of opaque calls
Labels enhancement, flang:fir-hlfir
Assignees tblah
Reporter jeanPerier
    Since flang lowering was done, LLVM operations were added for stack save/restore instrinsics, and using them would make the IR more readable and the stack save/restore pattern easier to identify.

I updated on place using the call in https://github.com/llvm/llvm-project/pull/107879, but there are more (the main care is probably to make sure to create them with the proper address space when that matter).
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to