[PATCH] D153394: [AArch64][GlobalISel] Legalize <2 x s8> and <4 x s8> for G_BUILD_VECTOR

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 22 11:03:57 PDT 2023


tschuett added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h:944
 
+  /// Ensure the vector size is at least as wide as Ty by promoting the element.
+  LegalizeRuleSet &promoteVectorEltsToVectorMinSize(unsigned TypeIdx,
----------------
Nice! s/Ty/VectorSize/ .


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

https://reviews.llvm.org/D153394



More information about the llvm-commits mailing list