[PATCH] D71614: [AArch64][SVE] Replace integer immediate intrinsics with splat vector variant

Danilo Carvalho Grael via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 11:45:59 PST 2019


dancgr requested review of this revision.
dancgr added a comment.

For llvm/test/CodeGen/AArch64/sve-gather-scatter-dag-combine.ll it is still not performing the dag combine, however the resulting assembly is different because this matches with the new AArch64dup pattern for logical vector and immediate AND.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71614





More information about the llvm-commits mailing list