diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2018-02-16 20:45:32 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2018-02-16 20:45:32 +0000 |
commit | 954b921d6615024563b189027bcc5e3c737c328b (patch) | |
tree | 6ba393315eb7781cf3ce8cfb28c7c6655c8f9592 /contrib/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h | |
parent | 574a8bf981301e233e953c3119165bea36118006 (diff) | |
parent | 3c315f3a8e8f326948fc789f146794ecd33cc540 (diff) |
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
6.0.0 (branches/release_60 r325330).
MFC after: 3 months
X-MFC-With: r327952
PR: 224669
Notes
Notes:
svn path=/head/; revision=329410
Diffstat (limited to 'contrib/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h')
-rw-r--r-- | contrib/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h b/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h index a9fcd4834638..74e14ef8fbd8 100644 --- a/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h +++ b/contrib/llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h @@ -50,6 +50,8 @@ public: /// Return -1 if the target-specific opcode for the pseudo instruction does /// not exist. If Opcode is not a pseudo instruction, this is identity. int pseudoToMCOpcode(int Opcode) const; + + static bool isUniformMMO(const MachineMemOperand *MMO); }; } // End llvm namespace |