[all-commits] [llvm/llvm-project] 26a61a: [SelectionDAG] Make getNode which uses single elem...
Yeting Kuo via All-commits
all-commits at lists.llvm.org
Mon May 16 03:20:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 26a61ab6789fdcc3ad094f09e19e5d653bb86e36
https://github.com/llvm/llvm-project/commit/26a61ab6789fdcc3ad094f09e19e5d653bb86e36
Author: Yeting Kuo <yeting.kuo at sifive.com>
Date: 2022-05-16 (Mon, 16 May 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[SelectionDAG] Make getNode which uses single element SDVTList pass SDNodeFlags.
The patch make users not need to know getNode with SDNodeFlags argument may not
pass its flags.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D125659
More information about the All-commits
mailing list