[llvm] [PHIElimination] Handle subranges in LiveInterval updates (PR #69429)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 01:45:21 PST 2023


================
@@ -139,6 +139,10 @@ class VirtRegMap;
       return LI;
     }
 
+    LiveInterval &getOrCreateEmptyInterval(Register Reg) {
----------------
jayfoad wrote:

Should really have a doxygen comment, even if it's obvious.

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


More information about the llvm-commits mailing list