[PATCH] D67950: [TableGen] Fix a bug that MCSchedClassDesc is interfered between different SchedModel
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 08:40:00 PDT 2019
samparker 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
----------------
jsji wrote:
> Do these changes in scheduling means `ParallelDSP ` SchedModel has some interference with others?
> If so, maybe we need another patch to fix that.
I think if this patch was rebased, this change would go away. This brought to our attention that some instructions weren't modelled, but I hope this is fixed now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67950/new/
https://reviews.llvm.org/D67950
More information about the llvm-commits
mailing list