[PATCH] D76386: [InstCombine][SVE] Fix InstCombiner::visitAllocaInst for scalable vector.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 18 15:46:39 PDT 2020


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM



================
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(
----------------
"first"


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