[PATCH] D21189: Create subranges for new intervals resulting from live interval splitting
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 22 13:47:46 PDT 2016
kparzysz added a comment.
A read-undef flag on a def of sub0 does not have any implications about the liveness of sub1. Otherwise, a sub0<def,read-undef> would need to be reflected in the live range of sub1, or else you wouldn't be able to extend it to its uses.
Repository:
rL LLVM
http://reviews.llvm.org/D21189
More information about the llvm-commits
mailing list