[PATCH] D114013: [ARM] Fold away unnecessary CSET/CMPZ
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 18 01:28:08 PST 2021
SjoerdMeijer added a comment.
First a high-level, perhaps silly question: could we do this simplification earlier? If this is the result of expanding vector operations, could we this where the expansion happens? Or is this the best place to do this?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114013/new/
https://reviews.llvm.org/D114013
More information about the llvm-commits
mailing list