[PATCH] D79197: [SVE] Fix invalid usage of getNumElements() in InstCombineMulDivRem
Christopher Tetreault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 5 11:20:13 PDT 2020
ctetreau added a comment.
> ... My comment was mostly raised by the message "this cannot be done for scalable vectors" in the summary. ...
By "this", I mean "iterating over the fixed number of vector elements". I've updated the commit message to be more explicit about it. I also added the FIXME comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79197/new/
https://reviews.llvm.org/D79197
More information about the llvm-commits
mailing list