[PATCH] D32464: LivePhysRegs: Fix addLiveOutsNoPristines() for return blocks past PEI

Tim Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 12:52:54 PDT 2017


timshen added inline comments.


================
Comment at: lib/CodeGen/LivePhysRegs.cpp:194
+    }
+  }
 }
----------------
If MBB is empty but not a return block, is it the intended behavior here?


Repository:
  rL LLVM

https://reviews.llvm.org/D32464





More information about the llvm-commits mailing list