[all-commits] [llvm/llvm-project] 6ccf1d: [SelectionDAG] Teach getRegistersForValue to retur...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Nov 19 15:00:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ccf1d23d7a503e1b50a8acb5aa5403a311d3446
https://github.com/llvm/llvm-project/commit/6ccf1d23d7a503e1b50a8acb5aa5403a311d3446
Author: Kazu Hirata <kazu at google.com>
Date: 2022-11-19 (Sat, 19 Nov 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Log Message:
-----------
[SelectionDAG] Teach getRegistersForValue to return std::optional (NFC)
This is part of an effort to migrate from llvm::Optional to
std::optional:
https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716/11
More information about the All-commits
mailing list