[all-commits] [llvm/llvm-project] ad3a0a: [VectorCombine] foldSelectShuffle - early-out case...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Sep 8 05:04:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad3a0ae9e15f102e2cdc37e34d47b5b9d6e09497
https://github.com/llvm/llvm-project/commit/ad3a0ae9e15f102e2cdc37e34d47b5b9d6e09497
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
A llvm/test/Transforms/VectorCombine/pr157335.ll
Log Message:
-----------
[VectorCombine] foldSelectShuffle - early-out cases where the max vector register width isn't large enough (#157430)
Technically this could happen with vector units that can't handle all legal scalar widths - but its good enough to use a generic crash test without a suitable target
Fixes #157335
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