[llvm] [AMDGPU] AsmPrinter: Unify arg handling (PR #151672)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 1 01:59:22 PDT 2025


arsenm wrote:

> This pretty much forcesus to keep the IR Function around forever and repeats some of the logic from instruction selection.

The full IR always survives the full compilation. It would kind of be better if we had all the utils to query all ABI details directly computed from the IR signature 

https://github.com/llvm/llvm-project/pull/151672


More information about the llvm-commits mailing list