[PATCH] D137108: Implement support for AArch64ISD::MOVI in computeKnownBits

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 02:58:52 PDT 2022


foad added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/shift-accumulate.ll:124
+
+; Expected to be able to deduce movi is generate a vector of integer
+; and turn USHR+ORR into USRA.
----------------
Pre-commit this test and rebase the current patch on top of it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137108



More information about the llvm-commits mailing list