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

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 7 14:55:19 PST 2021


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

LGTM thanks, but please try and simplify the test case if you can.



================
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:
----------------
Can this test be made simpler? It possibly just needs an extend from a non-expected type, splat into a mul.


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