[PATCH] D115344: [AMDGPU] Ignore fixed ABI for graphics

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 8 07:00:13 PST 2021


foad added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/amdpal-callable.ll:193-194
 ; GCN-NEXT:        .stack_frame_size_in_bytes: 0x90{{$}}
-; GCN-NEXT:        .vgpr_count:     0x2a{{$}}
+; SDAG-NEXT:        .vgpr_count:     0x2a{{$}}
+; GISEL-NEXT:        .vgpr_count:     0x34{{$}}
 ; GCN-NEXT:      no_stack_indirect_call:
----------------
Why is this now different for SDAG vs GISEL?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115344/new/

https://reviews.llvm.org/D115344



More information about the llvm-commits mailing list