[llvm] [IR] Add `alwaysuniform` function attribute (PR #214644)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 09:51:54 PDT 2026
================
@@ -0,0 +1,16 @@
+; RUN: opt -mtriple amdgcn-- -passes='print<uniformity>' -disable-output %s 2>&1 | FileCheck %s
----------------
arsenm wrote:
```suggestion
; RUN: opt -mtriple=amdgpu-- -passes='print<uniformity>' -disable-output %s 2>&1 | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/214644
More information about the llvm-commits
mailing list