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

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 29 11:12:55 PDT 2021


dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.

Yeah. None of the tests I ran produced different code either. They appear to lowered differently, but end up with identical codegen.

If we find any cases where that isn't true, we can always bring the code back. LGTM. Thanks!


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