[PATCH] D69622: [TII] Use optional destination and source pair as a return value (NFC)
Nikola Prica via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 5 06:19:11 PST 2019
NikolaPrica updated this revision to Diff 227858.
NikolaPrica added a comment.
Thanks @RKSimon !
DestSourcePair was not is_trivially_copyable with MSVC toolchain so I've updated its members to be pointers instead of references.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69622/new/
https://reviews.llvm.org/D69622
Files:
llvm/include/llvm/CodeGen/TargetInstrInfo.h
llvm/lib/CodeGen/LiveDebugValues.cpp
llvm/lib/CodeGen/TargetInstrInfo.cpp
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
llvm/lib/Target/AArch64/AArch64InstrInfo.h
llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
llvm/lib/Target/ARM/ARMBaseInstrInfo.h
llvm/lib/Target/Mips/Mips16InstrInfo.cpp
llvm/lib/Target/Mips/Mips16InstrInfo.h
llvm/lib/Target/Mips/MipsSEInstrInfo.cpp
llvm/lib/Target/Mips/MipsSEInstrInfo.h
llvm/lib/Target/X86/X86InstrInfo.cpp
llvm/lib/Target/X86/X86InstrInfo.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69622.227858.patch
Type: text/x-patch
Size: 19849 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191105/186d024d/attachment-0001.bin>
More information about the llvm-commits
mailing list