[llvm] [AMDGPU] Support divergent sized dynamic alloca (PR #121148)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 2 06:45:18 PST 2025
================
@@ -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:
Right, got it. I'll remove this file then, seeing as all the test points are already covered.
https://github.com/llvm/llvm-project/pull/121148
More information about the llvm-commits
mailing list