[all-commits] [llvm/llvm-project] 7bfdaa: [VPlan] Fix unused variable warning
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sun Dec 7 10:14:08 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7bfdaa51f155432346e507d8ce389802c92eb530
https://github.com/llvm/llvm-project/commit/7bfdaa51f155432346e507d8ce389802c92eb530
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-12-07 (Sun, 07 Dec 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp
Log Message:
-----------
[VPlan] Fix unused variable warning
llvm-project/llvm/lib/Transforms/Vectorize/VPlanPredicator.cpp:312:19: warning: unused variable 'EB' [-Wunused-variable]
312 | VPBasicBlock *EB = Plan.getExitBlocks().front();
| ^~
This showed up in a non-assertions build.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list