[llvm-branch-commits] [CodeGen] Use cached version of getRegPressureSetLimit (PR #119194)
Pengcheng Wang via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Dec 9 03:04:14 PST 2024
wangpc-pp wrote:
> Why do we need #118787 if we can just update the passes to use RegisterClassInfo?
Because the APIs are messy and confusing, we don't know if there will be some future users that use the raw limit directly.
https://github.com/llvm/llvm-project/pull/119194
More information about the llvm-branch-commits
mailing list