[PATCH] D90036: [AMDGPU] Emit stack frame size in metadata

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 10:57:42 PDT 2020


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/amdpal-callable.ll:23
+
+; unsupported dynamic alloca
+;define amdgpu_gfx float @dynamic_stack(float %arg0, i32 %size) #0 {
----------------
What do you mean unsupported? These do work (in SelectionDAG you can use a constant size alloca out side of the entry block to behave as-if)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90036



More information about the llvm-commits mailing list