[all-commits] [llvm/llvm-project] 451497: [RS4GC] Handle vectors of pointers in non-live clo...
Danila Malyutin via All-commits
all-commits at lists.llvm.org
Tue Aug 16 07:47:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 451497a030d7f817d62472c13cb7c58a1c59995a
https://github.com/llvm/llvm-project/commit/451497a030d7f817d62472c13cb7c58a1c59995a
Author: Danila Malyutin <dmalyutin at azul.com>
Date: 2022-08-16 (Tue, 16 Aug 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
A llvm/test/Transforms/RewriteStatepointsForGC/vector-nonlive-clobber.ll
Log Message:
-----------
[RS4GC] Handle vectors of pointers in non-live clobbering
Fix crash when trying to unconditionally cast alloca type to PointerType
Differential Revision: https://reviews.llvm.org/D131146
More information about the All-commits
mailing list