[clang] [llvm] [AMDGPU] Extend readlane, writelane and readfirstlane intrinsic lowering for generic types (PR #89217)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 6 06:27:17 PDT 2024


================
@@ -0,0 +1,19 @@
+; RUN: not --crash llc -stop-after=amdgpu-isel -mtriple=amdgcn-- -mcpu=gfx900 -verify-machineinstrs -o - %s 2>&1 | FileCheck %s
----------------
arsenm wrote:

This should also be repeated for all 3 intrinsics 

https://github.com/llvm/llvm-project/pull/89217


More information about the cfe-commits mailing list