[all-commits] [llvm/llvm-project] ae5f04: [Transforms] Fix -Wunused-function for 'GetReplica...
Jie Fu via All-commits
all-commits at lists.llvm.org
Wed Apr 5 07:36:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae5f049378826f966828bd025d13f4a917cc230e
https://github.com/llvm/llvm-project/commit/ae5f049378826f966828bd025d13f4a917cc230e
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-04-05 (Wed, 05 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
[Transforms] Fix -Wunused-function for 'GetReplicateRegion' with -DLLVM_ENABLE_ASSERTIONS=OFF (NFC)
/Users/jiefu/llvm-project/llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp:614:23: error: unused function 'GetReplicateRegion' [-Werror,-Wunused-function]
static VPRegionBlock *GetReplicateRegion(VPRecipeBase *R) {
^
1 error generated.
More information about the All-commits
mailing list