[all-commits] [llvm/llvm-project] 13a6a7: [GlobalISel] Combiner: Fix warning after #102163
Tobias Stadler via All-commits
all-commits at lists.llvm.org
Thu Aug 15 07:27:39 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13a6a7975256ebdbce85f1174ae2eec735fa0d7a
https://github.com/llvm/llvm-project/commit/13a6a7975256ebdbce85f1174ae2eec735fa0d7a
Author: Tobias Stadler <mail at stadler-tobias.de>
Date: 2024-08-15 (Thu, 15 Aug 2024)
Changed paths:
Log Message:
-----------
[GlobalISel] Combiner: Fix warning after #102163
Default case in covered switches is illegal.
https://llvm.org/docs/CodingStandards.html#don-t-use-default-labels-in-fully-covered-switches-over-enumerations
Pull Request: https://github.com/llvm/llvm-project/pull/104441
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