[all-commits] [llvm/llvm-project] 5b5833: SelectionDAG: repair the Windows build
Saleem Abdulrasool via All-commits
all-commits at lists.llvm.org
Mon Jun 14 08:25:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b5833b9e092bd6808818615c2e4816995382b55
https://github.com/llvm/llvm-project/commit/5b5833b9e092bd6808818615c2e4816995382b55
Author: Saleem Abdulrasool <compnerd at compnerd.org>
Date: 2021-06-14 (Mon, 14 Jun 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
SelectionDAG: repair the Windows build
6e5628354e22f3ca40b04295bac540843b8e6482 regressed the Windows build as
the return type no longer matched in both branches for the return value
type deduction. This uses a bit more compiler magic to deal with that.
More information about the All-commits
mailing list