[PATCH] D92999: [amdgpu] Enhance load widening in the constant address space.

Michael Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 9 22:22:29 PST 2020


hliao created this revision.
hliao added reviewers: arsenm, rampitec.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, mgorny, nhaehnle, jvesely, kzhuravl.
hliao requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

- Support the widening of non DWORD-aligned sub-DWORD loads from the constant space in SelectionDAG.
- Remove the late codegen preparation pass.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92999

Files:
  llvm/lib/Target/AMDGPU/AMDGPU.h
  llvm/lib/Target/AMDGPU/AMDGPULateCodeGenPrepare.cpp
  llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  llvm/lib/Target/AMDGPU/CMakeLists.txt
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/test/CodeGen/AMDGPU/kernel-args.ll
  llvm/test/CodeGen/AMDGPU/store-weird-sizes.ll
  llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92999.310762.patch
Type: text/x-patch
Size: 20016 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201210/26ecc84b/attachment.bin>


More information about the llvm-commits mailing list