[PATCH] D17306: DAGCombiner: Relax alignment restriction when changing load type

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 15:14:33 PST 2016


arsenm created this revision.
arsenm added a subscriber: llvm-commits.
Herald added a reviewer: tstellarAMD.

If the target allows the alignment, this should still be OK.

http://reviews.llvm.org/D17306

Files:
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/AMDGPU/reduce-load-width-alignment.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17306.48114.patch
Type: text/x-patch
Size: 5001 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160216/e4bd0840/attachment.bin>


More information about the llvm-commits mailing list