[PATCH] D14966: LiveIntervalAnalysis: Add function to reassign vregs of dead subregister defs
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 25 06:19:20 PST 2015
arsenm added inline comments.
================
Comment at: lib/CodeGen/LiveIntervalAnalysis.cpp:1489
@@ +1488,3 @@
+ // Only look for vregs with multiple definition to find candidates of dead
+ // subregister defs that do not write into an own register.
+ if (LI->valnos.size() < 2)
----------------
grammar, s/an/their/
Repository:
rL LLVM
http://reviews.llvm.org/D14966
More information about the llvm-commits
mailing list