[PATCH] D100463: [AArch64][SVEIntrinsicOpts] Fold sve_convert_from_svbool(zero) to zero

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 14 05:14:35 PDT 2021


dmgreen added a comment.

Why is this kind of thing not done in instcombine? Or even constant folding if that is what this is really doing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100463



More information about the llvm-commits mailing list