[llvm] [CodeGen] Ensure clearRegisterKills clears inside bundles. (PR #149177)

Ricardo Jesus via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 18 03:18:05 PDT 2025


rj-jesus wrote:

> Yes, something like that. All of these register based functions, e.g. substituteRegister, clearRegisterKills, addRegisterDead and so on. They possibly should have a bundle query, like the predicate functions.

Thanks very much, that sounds good to me. In that case, if you think this is a reasonable approach, I'll update this PR as you're suggesting for clearRegisterKills so that we can progress the linked issue, and create a separate PR to extend this to the remaining functions. Does this sound okay to you?

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


More information about the llvm-commits mailing list