[PATCH] D62411: LiveIntervals: add LiveRange::findIndexesLiveAt function - return a list of SlotIndexes the LiveRange live at.
Valery Pykhtin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 05:34:28 PDT 2019
vpykhtin added a comment.
this implementation contains bug with upper segment boundary and misses opportunity to search on sorted segments too, fixing.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62411/new/
https://reviews.llvm.org/D62411
More information about the llvm-commits
mailing list