[all-commits] [llvm/llvm-project] cbce28: [ConstFold] Use const-folded operands in more places
aeubanks via All-commits
all-commits at lists.llvm.org
Tue Apr 27 14:30:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cbce28f07e410cf46845a86621f93c8cd38eee6a
https://github.com/llvm/llvm-project/commit/cbce28f07e410cf46845a86621f93c8cd38eee6a
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-04-27 (Tue, 27 Apr 2021)
Changed paths:
M llvm/lib/Analysis/ConstantFolding.cpp
Log Message:
-----------
[ConstFold] Use const-folded operands in more places
Previously we were const folding operands but not passing them.
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D101394
More information about the All-commits
mailing list