[llvm] [SelectionDAG] Fix a false assumption that there will always be a valid integer type corresponding to a vector type (PR #96658)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 25 09:31:17 PDT 2024
================
@@ -0,0 +1,13 @@
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx942 %s -o -
+
+define void @no_corresponding_integer_type(i8 %arg, ptr addrspace(1) %ptr) {
----------------
RKSimon wrote:
I realise this is a crash test, but its still nice to use FileCheck and check the codegen
https://github.com/llvm/llvm-project/pull/96658
More information about the llvm-commits
mailing list