[all-commits] [llvm/llvm-project] b8144c: [NFC] Encapsulate MemOp logic
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Feb 4 01:36:52 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b8144c053620c2c8b3d100815f806004970ed936
https://github.com/llvm/llvm-project/commit/b8144c053620c2c8b3d100815f806004970ed936
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/BPF/BPFISelLowering.h
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[NFC] Encapsulate MemOp logic
Summary:
This patch simply introduces functions instead of directly accessing the fields.
This helps introducing additional check logic. A second patch will add simplifying functions.
Reviewers: courbet
Subscribers: arsenm, nemanjai, jvesely, nhaehnle, hiraditya, kbarton, jsji, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73945
More information about the All-commits
mailing list