[PATCH] D35146: AMDGPU : Widen extending scalar loads to 32-bits

Wei Ding via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 09:55:56 PDT 2017


wdng updated this revision to Diff 106894.
wdng marked 5 inline comments as done.
wdng added a comment.

1. Address code reviews. Looks like adding "isDereferenceableAndAlignedPointer" is too strong to prevent expected code transformations.
2. Modify related LIT tests.


Repository:
  rL LLVM

https://reviews.llvm.org/D35146

Files:
  lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
  test/CodeGen/AMDGPU/load-constant-i16.ll
  test/CodeGen/AMDGPU/load-constant-i8.ll
  test/CodeGen/AMDGPU/unaligned-load-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35146.106894.patch
Type: text/x-patch
Size: 11968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170717/1ca5563b/attachment.bin>


More information about the llvm-commits mailing list