[llvm] [CodeGen] Correctly handle non-standard cases in RemoveLoadsIntoFakeUses (PR #111551)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 09:38:27 PST 2024


arsenm wrote:

> I haven't used `LiveRegUnits`, to confirm my guesswork, it's maintaining the set of live-registers as we step backwards through the code and the `available` method tells us whether it's in use?

Yes


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


More information about the llvm-commits mailing list