[clang] [llvm] [AMDGPU][clang][CodeGen][opt] Add late-resolved feature identifying predicates (PR #134016)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Fri May 16 06:28:21 PDT 2025


================
@@ -758,6 +758,10 @@ AMDGPU Support
 ^^^^^^^^^^^^^^
 
 - Bump the default code object version to 6. ROCm 6.3 is required to run any program compiled with COV6.
+- Introduced a new target specific builtin ``__builtin_amdgcn_processor_is``,
+  a late / deferred query for the current target processor
----------------
erichkeane wrote:

```suggestion
  a late / deferred query for the current target processor.
```

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


More information about the cfe-commits mailing list