[PATCH] D128546: [GlobalISel] Do not crash on widening vector result

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 24 12:04:46 PDT 2022


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/X86/GlobalISel/x86_64-irtranslator.ll:368
+
+define <2 x float> @test_const_v2f32() {
+  ; CHECK-LABEL: name: test_const_v2f32
----------------
Can you add a few additional cases with odd elements that also are widened


================
Comment at: llvm/test/CodeGen/X86/GlobalISel/x86_64-irtranslator.ll:378
+  ; CHECK-NEXT:   RET 0, implicit $xmm0
+  ret <2 x float><float 1.0, float 1.0>
+}
----------------
Missing space


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128546



More information about the llvm-commits mailing list