[PATCH] D51617: Remove FrameAccess struct from hasLoadFromStackSlot
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 4 02:52:05 PDT 2018
sdesmalen created this revision.
sdesmalen added reviewers: MatzeB, thegameg.
Herald added a subscriber: qcolombet.
Herald added a reviewer: javed.absar.
This removes the FrameAccess struct that was added to the interface
in https://reviews.llvm.org/D51537, since the PseudoValue from the MachineMemoryOperand
can be safely casted to a FixedStackPseudoSourceValue.
https://reviews.llvm.org/D51617
Files:
include/llvm/CodeGen/TargetInstrInfo.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/LiveDebugValues.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/TargetInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/Hexagon/HexagonInstrInfo.cpp
lib/Target/Hexagon/HexagonInstrInfo.h
lib/Target/Lanai/LanaiInstrInfo.cpp
lib/Target/X86/X86InstrInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51617.163769.patch
Type: text/x-patch
Size: 13214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180904/f5a4a76c/attachment.bin>
More information about the llvm-commits
mailing list