[PATCH] D131146: [RS4GC] Handle vectors of pointers in non-live clobbering
Danila Malyutin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 4 00:14:06 PDT 2022
danilaml added inline comments.
================
Comment at: llvm/test/Transforms/RewriteStatepointsForGC/vector-nonlive-clobber.ll:3
+; RUN: opt -S -passes=rewrite-statepoints-for-gc -rs4gc-clobber-non-live %s | FileCheck %s
+; Make sure that clovver-non-live correctly handles vector types
+
----------------
will fix typo before landing
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131146/new/
https://reviews.llvm.org/D131146
More information about the llvm-commits
mailing list