[PATCH] D19140: LegalizeDAG: Move unaligned load/store expansion to TLI

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 16:31:20 PDT 2016


arsenm created this revision.
arsenm added reviewers: tstellarAMD, resistor.
arsenm added a subscriber: llvm-commits.
Herald added a subscriber: arsenm.

When custom lowered, this is not called if the store is custom
lowered. Move it to be a utility function so targets can
easily expand unaligned accesses when custom lowering.

http://reviews.llvm.org/D19140

Files:
  lib/Target/AMDGPU/SIISelLowering.cpp
  test/CodeGen/AMDGPU/unaligned-load-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19140.53806.patch
Type: text/x-patch
Size: 3397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160414/e2a44bbf/attachment.bin>


More information about the llvm-commits mailing list