[PATCH] D14489: [AArch64] Applying load pair optimization for volatile load/store

Junmo Park via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 10 17:32:05 PST 2015


flyingforyou updated this revision to Diff 39873.
flyingforyou added a comment.

Thanks Chad, Tim.

This change has below things.
Modify existing tests, Add comments and tests, support volatile store.


http://reviews.llvm.org/D14489

Files:
  lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
  test/CodeGen/AArch64/arm64-ldp.ll
  test/CodeGen/AArch64/arm64-platform-reg.ll
  test/CodeGen/AArch64/arm64-stp.ll
  test/CodeGen/AArch64/arm64-volatile.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14489.39873.patch
Type: text/x-patch
Size: 7515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151111/f5cdd29c/attachment.bin>


More information about the llvm-commits mailing list