[PATCH] D35055: [InlineSpiller] Only examine defs in BUNDLE instruction
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 14:04:33 PDT 2017
qcolombet requested changes to this revision.
qcolombet added inline comments.
================
Comment at: lib/CodeGen/InlineSpiller.cpp:993
+ !DefMI->isBundle())
+ continue;
+
----------------
I think we need to converge on what a dead flag of something already defined and used mean before moving forward with a fix.
https://reviews.llvm.org/D35055
More information about the llvm-commits
mailing list