[PATCH] D106549: [AArch64][SVE] Combine bitcasts to predicate types with vector inserts of loads

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 3 04:18:04 PDT 2021


bsmith updated this revision to Diff 363687.
bsmith marked 9 inline comments as done.
bsmith added a comment.

- Only perform optimization on simple loads/stores
- Remove unnecessary dyn_casts
- Move insertion point for load case to the load
- Add testcase for load insertion point


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106549

Files:
  llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp
  llvm/test/CodeGen/AArch64/sve-extract-vector-to-predicate-store.ll
  llvm/test/CodeGen/AArch64/sve-insert-vector-to-predicate-load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106549.363687.patch
Type: text/x-patch
Size: 17125 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210803/efaec1cf/attachment.bin>


More information about the llvm-commits mailing list