[PATCH] D66319: [ARM] Preserve liveness in ARMConstantIslands.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 16 11:40:29 PDT 2019


efriedma marked an inline comment as done.
efriedma added inline comments.


================
Comment at: test/CodeGen/ARM/constant-island-movwt.mir:901
 # CHECK-NEXT:   bb.2.entry (align 1):
+# CHECK-NEXT:   liveins:
+# CHECK-NEXT: {{^  $}}
----------------
SjoerdMeijer wrote:
> Would it be useful to have, or add a test, that also has some liveins?
This block has live-ins; I just didn't copy-paste them in because listing them didn't seem useful.  I can do that if you think it would be helpful, though.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66319/new/

https://reviews.llvm.org/D66319





More information about the llvm-commits mailing list