[all-commits] [llvm/llvm-project] 73950f: [LV] Replace check with assert for reduction resum...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Oct 8 08:26:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73950f26f5ac2d65f7890c71a44caa541b629648
https://github.com/llvm/llvm-project/commit/73950f26f5ac2d65f7890c71a44caa541b629648
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-10-08 (Sat, 08 Oct 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Replace check with assert for reduction resume values (NFC).
At this point, we need to have resume values for all inductions. If not,
this would result in silent mis-compiles.
More information about the All-commits
mailing list