[all-commits] [llvm/llvm-project] 51e917: [SLP] Silence -Wswitch warning after ec146cb7c0b4a...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Tue Jun 20 10:53:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51e917d4afabede08388dc622d4d9b8d3650cd11
https://github.com/llvm/llvm-project/commit/51e917d4afabede08388dc622d4d9b8d3650cd11
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2023-06-20 (Tue, 20 Jun 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP] Silence -Wswitch warning after ec146cb7c0b4a162ee73463e6c7bb306b99e013b
{min,max}imum(X, X) is X so we can take the same path as min/max.
More information about the All-commits
mailing list