[all-commits] [llvm/llvm-project] f11610: [VectorCombine] Don't touch instruction after fold...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Tue Nov 22 12:13:45 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f116107f2d9342dabf8f1ccecb3f33f9b85d9b48
https://github.com/llvm/llvm-project/commit/f116107f2d9342dabf8f1ccecb3f33f9b85d9b48
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-11-22 (Tue, 22 Nov 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
Log Message:
-----------
[VectorCombine] Don't touch instruction after foldSingleElementStore, it might be deleted
Use after free found by asan.
More information about the All-commits
mailing list