[llvm] [AMDGPU] Masked load vectortype test (PR #129703)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 5 04:56:16 PST 2025


================
@@ -0,0 +1,255 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx942 < %s | FileCheck --check-prefix=GFX942 %s
+
+define <2 x i32> @masked_load_ptr1_mask_v2i32(ptr addrspace(1) inreg nocapture readonly %ptr, i1 %mask) {
----------------
arsenm wrote:

can you add something to the name to indicate which are uniform and which are divergent? These are all using uniform base pointers 

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


More information about the llvm-commits mailing list