[PATCH] D92472: [IR] Support scalable vectors in ShuffleVectorInst::increasesLength

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 03:11:54 PST 2020


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

LGTM



================
Comment at: llvm/unittests/IR/InstructionsTest.cpp:1095
+                            UndefValue::get(VScaleV2Int32Ty),
+                            Constant::getNullValue(VScaleV4Int32Ty));
+  EXPECT_TRUE(Id14->changesLength());
----------------
Nothing to change in this patch, but I just thought this interface had been removed so that it would take an ArrayRef instead of a Constant?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92472/new/

https://reviews.llvm.org/D92472



More information about the llvm-commits mailing list