[PATCH] D117132: AMDGPU/GlobalISel: Introduce pseudo to copy sp in call sequences

Sebastian Neubauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 13 09:40:19 PST 2022


sebastian-ne added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/GlobalISel/call-outgoing-stack-args.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -global-isel -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -verify-machineinstrs -o - %s | FileCheck -enable-var-scope -check-prefix=MUBUF %s
+
----------------
Could you also run tests with `-amdgpu-enable-flat-scratch`? I guess we don’t want to multiply by wavesize then


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

https://reviews.llvm.org/D117132



More information about the llvm-commits mailing list