[PATCH] D49442: [GlobalISel] Fix offsets to valueIsSplit
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 7 12:36:00 PDT 2018
aemerson added a comment.
Thinking about this more, I can't think of any reason why we'd ever want to add offsets to an existing offset list. It would probably be better if valueIsSpit cleared the vector (and the doc comment made this clear).
Repository:
rL LLVM
https://reviews.llvm.org/D49442
More information about the llvm-commits
mailing list