[PATCH] D8705: ScheduleDAGInstrs::buildSchedGraph() handling of memory dependecies rewritten.
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Mon May 2 10:45:33 PDT 2016
chapuni added a subscriber: chapuni.
================
Comment at: lib/CodeGen/ScheduleDAGInstrs.cpp:851
@@ +850,3 @@
+ // Remove also the BarrierChain from list if present.
+ if (*SUItr == BarrierChain)
+ SUItr++;
----------------
SUItr might point SUEE here. Fixed in r268257.
http://reviews.llvm.org/D8705
More information about the llvm-commits
mailing list