[PATCH] D109242: GlobalISel: Artifact combine build-vector and unmerges into concat-vector

Petar Avramovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 19 03:19:15 PST 2022


Petar.Avramovic added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h:1160
+
+    if (UnmergeSrcTy.isVector() && DstTy.isVector() &&
+        getCoverTy(DstTy, UnmergeSrcTy) == DstTy) {
----------------
arsenm wrote:
> I'm having trouble applying this, UnmergeSrcTy seems to not exist
I added missing precommit for the stack of build vector patches. UnmergeSrcTy is from D109240


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

https://reviews.llvm.org/D109242



More information about the llvm-commits mailing list