================ @@ -0,0 +1,71 @@ +# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx950 -run-pass=greedy -verify-regalloc -o - %s | FileCheck %s ---------------- arsenm wrote:
It probably doesn't matter in this narrow case, but the realistic situation requires the RA filter function for SGPR/WWM/VGPR. Just using -run-pass=greedy runs the regular pass with no filter https://github.com/llvm/llvm-project/pull/197363 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
