[all-commits] [llvm/llvm-project] a4541f: [SLP] Replace a impossible branch condition with a...
Philip Reames via All-commits
all-commits at lists.llvm.org
Wed Feb 23 13:44:01 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4541fdfe480dd42b9dff725b6811256ebdf9d14
https://github.com/llvm/llvm-project/commit/a4541fdfe480dd42b9dff725b6811256ebdf9d14
Author: Philip Reames <listmail at philipreames.com>
Date: 2022-02-23 (Wed, 23 Feb 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP] Replace a impossible branch condition with an assert [NFC]
An entire bundle must be inside the scheduling window. Assert that this property holds as opposed to checking it at runtime.
More information about the All-commits
mailing list