[PATCH] D83222: [ARM] Add patterns for select(p, BinOp(x, y), z) -> BinOpT(x, y,p z)
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 01:23:31 PDT 2020
SjoerdMeijer accepted this revision.
SjoerdMeijer added a comment.
This revision is now accepted and ready to land.
Nothing wrong with a good tablegen pattern, think I prefer that much more than a peephole!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83222/new/
https://reviews.llvm.org/D83222
More information about the llvm-commits
mailing list