[all-commits] [llvm/llvm-project] 306ff7: [SelectionDAG] Use APInt::zextOrSelf instead of ze...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Mar 18 23:49:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 306ff74154c76975331116143adfc6ab1c6dea3f
https://github.com/llvm/llvm-project/commit/306ff74154c76975331116143adfc6ab1c6dea3f
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-03-18 (Fri, 18 Mar 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
Log Message:
-----------
[SelectionDAG] Use APInt::zextOrSelf instead of zextOrTrunc in ComputePHILiveOutRegInfo
The width never decreases here.
More information about the All-commits
mailing list