[all-commits] [llvm/llvm-project] d1dd99: [InstCombine] Remove unneeded internal function 'd...
Jie Fu via All-commits
all-commits at lists.llvm.org
Wed Apr 5 07:19:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1dd9951967bb990b5ea5695d06a071fc4aafb5a
https://github.com/llvm/llvm-project/commit/d1dd9951967bb990b5ea5695d06a071fc4aafb5a
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-04-05 (Wed, 05 Apr 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
Log Message:
-----------
[InstCombine] Remove unneeded internal function 'decomposeSimpleLinearExpr' in InstCombineCasts.cpp (NFC)
/data/llvm-project/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp:32:15: error: function 'decomposeSimpleLinearExpr' is not needed and will not be emitted [-Werror,-Wunneeded-internal-declaration]
static Value *decomposeSimpleLinearExpr(Value *Val, unsigned &Scale,
^
1 error generated.
More information about the All-commits
mailing list