[PATCH] D46158: [DAGCombiner] Set the right SDLoc on a newly-created sextload
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 9 12:06:20 PDT 2018
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
This patch is making it so the order of the generated MIR instructions is closer to the order of the IR instructions they were generated from, which is the intended / documented behavior of SelectionDag. My vote is to land this change unless one of the stakeholders of the respective targets objects.
https://reviews.llvm.org/D46158
More information about the llvm-commits
mailing list