[all-commits] [llvm/llvm-project] 864aaa: TargetLowering: convert Optional to std::optional
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Thu Dec 1 16:19:50 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 864aaa21b4a6795057c2f461614dafbc0d0881db
https://github.com/llvm/llvm-project/commit/864aaa21b4a6795057c2f461614dafbc0d0881db
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/ARM/ARMISelLowering.h
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
M llvm/lib/Target/SystemZ/SystemZISelLowering.h
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
Log Message:
-----------
TargetLowering: convert Optional to std::optional
More information about the All-commits
mailing list