[PATCH] D83222: [ARM] Add patterns for select(p, BinOp(x, y), z) -> BinOpT(x, y,p z)

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 05:44:36 PDT 2020


dmgreen added a comment.

Thanks. Yeah, there will likely be another couple of patterns needed here too. They show this works quite well over a peephole I think.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83222/new/

https://reviews.llvm.org/D83222





More information about the llvm-commits mailing list