[PATCH] D96470: AMDGPU: Restrict soft clause bundling at half of the available regs

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 09:22:50 PST 2021


rampitec added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/soft-clause-exceeds-register-budget.ll:5
+define protected amdgpu_kernel void @excess_soft_clause_reg_pressure(float addrspace(4)* %wei_ptr, float addrspace(1)* %out_ptr) {
+; CHECK-LABEL: excess_soft_clause_reg_pressure:
+; CHECK:       ; %bb.0: ; %entry
----------------
What about this one? Do you really need full checks to be generated?


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

https://reviews.llvm.org/D96470



More information about the llvm-commits mailing list