[PATCH] D71045: AMDGPU/SILoadStoreOptimillzer: Refactor CombineInfo struct
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 4 21:05:00 PST 2019
tstellar created this revision.
tstellar added reviewers: arsenm, nhaehnle.
Herald added subscribers: hiraditya, t-tye, tpr, dstuttard, yaxunl, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.
Modify CombineInfo to only store information about a single instruction.
This is a little easier to work with and removes a lot of duplicate
initialization code.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71045
Files:
llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71045.232259.patch
Type: text/x-patch
Size: 43918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191205/d4651b7d/attachment.bin>
More information about the llvm-commits
mailing list