[PATCH] D67950: [TableGen] Fix a bug that MCSchedClassDesc is interfered between different SchedModel

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 2 08:22:48 PDT 2019


jsji added inline comments.


================
Comment at: llvm/test/CodeGen/ARM/ParallelDSP/multi-use-loads.ll:23
 ; CHECK-LE-NEXT:    sxtah r1, r1, lr
+; CHECK-LE-NEXT:    subs r0, #1
 ; CHECK-LE-NEXT:    smlad r12, r4, lr, r12
----------------
Do these changes in scheduling means `ParallelDSP ` SchedModel has some interference with others?
If so, maybe we need another patch to fix that. 


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

https://reviews.llvm.org/D67950





More information about the llvm-commits mailing list