[PATCH] D108988: [ARM] Simplify address calculation for NEON load/store

Andrew Savonichev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 12 08:52:28 PDT 2021


asavonic updated this revision to Diff 379057.
asavonic added a comment.

- Used DAG.haveNoCommonBitsSet to check for ADD-like OR.
- Removed handling for non-canonical DAG.
- Removed extra debug messages.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108988

Files:
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/test/CodeGen/ARM/alloc-no-stack-realign.ll
  llvm/test/CodeGen/ARM/arm-post-indexing-opt.ll
  llvm/test/CodeGen/ARM/fp16-vector-argument.ll
  llvm/test/CodeGen/ARM/large-vector.ll
  llvm/test/CodeGen/ARM/memcpy-inline.ll
  llvm/test/CodeGen/ARM/memset-align.ll
  llvm/test/CodeGen/ARM/misched-fusion-aes.ll
  llvm/test/CodeGen/ARM/vector-load.ll
  llvm/test/CodeGen/ARM/vext.ll
  llvm/test/CodeGen/ARM/vselect_imax.ll
  llvm/test/Transforms/LoopStrengthReduce/ARM/ivchain-ARM.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108988.379057.patch
Type: text/x-patch
Size: 73000 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211012/6b5d1e56/attachment.bin>


More information about the llvm-commits mailing list