[llvm] [AMDGPU] Support divergent sized dynamic alloca (PR #121148)

via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 27 01:47:10 PST 2024


================
@@ -0,0 +1,170 @@
+; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -stop-after=amdgpu-isel < %s | FileCheck -check-prefix=GFX9 %s
----------------
easyonaadit wrote:

This test points are similar to `llvm/test/CodeGen/AMDGPU/dynamic_stackalloc.ll`
This test was added to check the selection, more specifically wave reduction intrinsic. 

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


More information about the llvm-commits mailing list