[llvm] [AArch64][NFC] Switch to LiveRegUnits (PR #87313)

via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 08:50:26 PDT 2024


================
@@ -197,6 +197,7 @@
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/CodeGen/LivePhysRegs.h"
----------------
AtariDreams wrote:

> Can you explain why? I don't see any other uses of `LivePhysRegs` in this file. What is it relying on?

computeLiveIns method.

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


More information about the llvm-commits mailing list