[PATCH] D94234: [AArch64] Fix crash caused by invalid vector element type

Nicholas Guy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 8 04:08:27 PST 2021


NickGuy added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/aarch64-dup-ext-vectortype-crash.ll:12
+; See https://reviews.llvm.org/D91255#2484399 for context
+define dso_local i32 @d() local_unnamed_addr #0 {
+; CHECK-LABEL: d:
----------------
dmgreen wrote:
> Can this test be made simpler? It possibly just needs an extend from a non-expected type, splat into a mul.
Done, thanks for the tip


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94234



More information about the llvm-commits mailing list