[all-commits] [llvm/llvm-project] 49fe8c: [IR] Remove ConstantFP::getZeroValueForNegation.
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Apr 4 09:24:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49fe8cd6daf8994a148ab15d562022797441d11a
https://github.com/llvm/llvm-project/commit/49fe8cd6daf8994a148ab15d562022797441d11a
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-04-04 (Tue, 04 Apr 2023)
Changed paths:
M llvm/include/llvm/IR/Constants.h
M llvm/lib/IR/Constants.cpp
Log Message:
-----------
[IR] Remove ConstantFP::getZeroValueForNegation.
This was mostly used for integers which was fixed in D147492.
The only FP usage was removed in D147497.
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D147501
More information about the All-commits
mailing list