[clang] [llvm] AMDGPU: Add builtin/intrinsic global_(load|store)_b128 (PR #172090)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 15 06:26:48 PST 2025
================
@@ -0,0 +1,26 @@
+// We test loads and stores separately because clang only seems to exit after
+// the first 'target feature' error.
----------------
arsenm wrote:
It's annoying behavior, but it's per-function. If you jam all the cases into one function that will also work
https://github.com/llvm/llvm-project/pull/172090
More information about the cfe-commits
mailing list