[PATCH] D76386: [InstCombine][SVE] Fix InstCombiner::visitAllocaInst for scalable vector.
Huihui Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 18 21:09:21 PDT 2020
huihuiz marked 2 inline comments as done.
huihuiz added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/vscale_alloca.ll:24
+declare void @use(...)
+define void @alloca_zero_byte_move_fist_inst() {
+; CHECK-LABEL: @alloca_zero_byte_move_fist_inst(
----------------
efriedma wrote:
> "first"
Thanks Eli! Fixed in commit patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76386/new/
https://reviews.llvm.org/D76386
More information about the llvm-commits
mailing list