[PATCH] D69559: [AArch64] Improve codegen of volatile load/store of i128

Victor Campos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 03:10:59 PST 2019


vhscampos updated this revision to Diff 229053.
vhscampos added a comment.

1. Create new AArch64ISD nodes specific to load/store of pairs of registers.
2. Custom lower i128 volatile loads/stores to these new AArch64ISD nodes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69559

Files:
  llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/test/CodeGen/AArch64/cmpxchg-O0.ll
  llvm/test/CodeGen/AArch64/i128_volatile_load_store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69559.229053.patch
Type: text/x-patch
Size: 10160 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191113/ed7da81e/attachment.bin>


More information about the llvm-commits mailing list