[PATCH] D68068: [ScheduleDAG] When a node is cloned, add an edge between the nodes.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 30 14:23:31 PDT 2019


fhahn accepted this revision.
fhahn added a comment.

LGTM, thanks.



================
Comment at: test/CodeGen/Thumb/scheduler-clone-cpsr-def.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=thumbv6-linux-gnueabi < %s | FileCheck %s
+
----------------
I think we could instead check the MIR after SelDAG, which would potentially make the test case a bit more independent of other changes  in the backend,


Repository:
  rL LLVM

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

https://reviews.llvm.org/D68068





More information about the llvm-commits mailing list