[llvm] [AMDGPU][GISel] Add RegBankLegalize support for G_SI_CALL (PR #165747)

Petar Avramovic via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 30 10:51:06 PDT 2025


petar-avramovic wrote:

> > Are there any end to end .ll tests left then? Maybe add one you used to generate mir test as .ll test
> 
> Would you not consider the `irtranslator-*.ll` tests as end-to-end ? I added the MIR test since none of existing ones test the waterfall loop.

Need some test without stop-after, you could probably use same test functions from irtransaltor tests just run them to the end to see the ISA and if we don't run into any problems.

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


More information about the llvm-commits mailing list