[PATCH] D20126: [ScheduleDAG] Make sure that addVRegUseDeps is called on subreg defs

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 13:20:08 PDT 2016


MatzeB added a comment.

That is the case I just discussed with Andy. We believe that the current code is fine because we get the output dependence edge anyway. So for now I added a comment to document this fact and avoid creating extra edges.


Repository:
  rL LLVM

http://reviews.llvm.org/D20126





More information about the llvm-commits mailing list