[all-commits] [llvm/llvm-project] 4718b4: [LV] Invalidate disposition of SCEV values after l...
Yingwei Zheng via All-commits
all-commits at lists.llvm.org
Mon Oct 16 12:49:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4718b4011f1d3038c73e2594e4651243f4a221e5
https://github.com/llvm/llvm-project/commit/4718b4011f1d3038c73e2594e4651243f4a221e5
Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
A llvm/test/Transforms/LoopVectorize/scev-invalidation.ll
Log Message:
-----------
[LV] Invalidate disposition of SCEV values after loop vectorization (#69230)
This PR fixes the assertion failure of `SE.verify()` after loop vectorization.
More information about the All-commits
mailing list