[PATCH] D34889: [ScheduleDAG] Fix bug in check for use of dead defs
David Stuttard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 3 07:34:29 PDT 2017
dstuttard added a comment.
I do have a reproducer for this (a .ll test). I've attempted to turn this into a .mir test, but it is too fragile to allow me to change the target specific intrinsics to something generic (required in order to print out the .mir).
Hopefully, the check is an obvious omission and an easy one to approve?
If not I'll see if I can create a smaller regression for it - but I've already spent quite a lot of time attempting to do this.
https://reviews.llvm.org/D34889
More information about the llvm-commits
mailing list