[MachineMemOperand] Move synchronization scope and atomic orderings from SDNode to...
authorKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Sat, 15 Oct 2016 22:01:18 +0000 (22:01 +0000)
committerKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Sat, 15 Oct 2016 22:01:18 +0000 (22:01 +0000)
commit8ea0246e93a29095dd8a0ea5e40bb3aa157d3611
treed652cf9bd3f1a24155a328d0810ba7c4cf788177
parent590ad7037e534bd0a9a52e91391bd35ec5834b06
[MachineMemOperand] Move synchronization scope and atomic orderings from SDNode to MachineMemOperand, and remove redundant getAtomic* member functions from SelectionDAG.

Differential Revision: https://reviews.llvm.org/D24577

llvm-svn: 284312
12 files changed:
llvm/include/llvm/CodeGen/MachineFunction.h
llvm/include/llvm/CodeGen/MachineMemOperand.h
llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/include/llvm/CodeGen/SelectionDAGNodes.h
llvm/lib/CodeGen/MachineFunction.cpp
llvm/lib/CodeGen/MachineInstr.cpp
llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp