[all-commits] [llvm/llvm-project] f85d34: [NFC] Introduce an API for MemOp
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Fri Feb 7 02:32:39 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f85d3408e6e3e7710032abfaabdecd02ee0b5ced
https://github.com/llvm/llvm-project/commit/f85d3408e6e3e7710032abfaabdecd02ee0b5ced
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-02-07 (Fri, 07 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/Hexagon/HexagonISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[NFC] Introduce an API for MemOp
Summary: This patch introduces an API for MemOp in order to simplify and tighten the client code.
Reviewers: courbet
Subscribers: arsenm, nemanjai, jvesely, nhaehnle, hiraditya, kbarton, jsji, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73964
More information about the All-commits
mailing list