[PATCH] D57847: Add skipFunction to PostRA machine sinking pass.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 20 18:03:59 PST 2019


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: test/CodeGen/AArch64/bisect-post-ra-machine-sink.mir:9
+# RUN-POSTRA-LABEL: name: sinkcopy1
+# RUN-POSTRA-LABEL: bb.0:
+# RUN-POSTRA-NOT: $w19 = COPY killed $w0
----------------
This shouldn't use label


================
Comment at: test/CodeGen/AArch64/bisect-post-ra-machine-sink.mir:11
+# RUN-POSTRA-NOT: $w19 = COPY killed $w0
+# RUN-POSTRA-LABEL: bb.1:
+# RUN-POSTRA: liveins: $w1, $w0
----------------
Or this


================
Comment at: test/CodeGen/AArch64/bisect-post-ra-machine-sink.mir:17
+# BISECT-NO-RUN-POSTRA-LABEL: name: sinkcopy1
+# BISECT-NO-RUN-POSTRA-LABEL: bb.0:
+# BISECT-NO-RUN-POSTRA: $w19 = COPY killed $w0
----------------
Or this


================
Comment at: test/CodeGen/AArch64/bisect-post-ra-machine-sink.mir:19
+# BISECT-NO-RUN-POSTRA: $w19 = COPY killed $w0
+# BISECT-NO-RUN-POSTRA-LABEL: bb.1:
+# BISECT-NO-RUN-POSTRA: liveins: $w1, $w19
----------------
Or this


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57847





More information about the llvm-commits mailing list