[PATCH] D22282: [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOperand.
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 12 15:04:03 PDT 2016
jlebar created this revision.
jlebar added a reviewer: chandlerc.
jlebar added a subscriber: llvm-commits.
Herald added a subscriber: dsanders.
Previously we took an unsigned.
Hooray for type-safety.
http://reviews.llvm.org/D22282
Files:
include/llvm/CodeGen/MachineFunction.h
lib/CodeGen/MIRParser/MIParser.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/TargetInstrInfo.cpp
lib/CodeGen/TargetLoweringBase.cpp
lib/Target/AArch64/AArch64FastISel.cpp
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMFastISel.cpp
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/Hexagon/HexagonSplitDouble.cpp
lib/Target/Mips/MipsInstrInfo.cpp
lib/Target/Mips/MipsInstrInfo.h
lib/Target/SystemZ/SystemZInstrBuilder.h
lib/Target/X86/X86InstrBuilder.h
lib/Target/X86/X86InstrInfo.cpp
lib/Target/XCore/XCoreFrameLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22282.63734.patch
Type: text/x-patch
Size: 16894 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160712/516d7d0f/attachment.bin>
More information about the llvm-commits
mailing list