[all-commits] [llvm/llvm-project] c3bc80: AMDGPU/SILoadStoreOptimillzer: Refactor CombineInf...
tstellar via All-commits
all-commits at lists.llvm.org
Tue Dec 17 13:43:28 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c3bc805f4f99d7a75d0d45ce97ade6ade554e505
https://github.com/llvm/llvm-project/commit/c3bc805f4f99d7a75d0d45ce97ade6ade554e505
Author: Tom Stellard <tstellar at redhat.com>
Date: 2019-12-17 (Tue, 17 Dec 2019)
Changed paths:
M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
Log Message:
-----------
AMDGPU/SILoadStoreOptimillzer: Refactor CombineInfo struct
Summary:
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.
Reviewers: arsenm, nhaehnle
Reviewed By: arsenm, nhaehnle
Subscribers: merge_guards_bot, kzhuravl, jvesely, wdng, yaxunl, dstuttard, tpr, t-tye, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D71045
More information about the All-commits
mailing list