[PATCH] D99437: [AArch64] Fix lowering zext/sext of v64i1.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 28 09:30:01 PDT 2021


dmgreen added a comment.

Should we just be bailing on i1 src types? Otherwise if someone adds an i2 type it would just start to fail again.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99437



More information about the llvm-commits mailing list