[clang] [llvm] [AMDGPU][GFX12.5] Reimplement monitor load as an atomic operation (PR #177343)
Pierre van Houtryve via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 30 04:46:07 PST 2026
================
@@ -0,0 +1,51 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
+
+// REQUIRES: amdgpu-registered-target
+// RUN: %clang_cc1 -O3 -triple amdgcn-unknown-unknown -target-cpu gfx1250 -fcuda-is-device -emit-llvm -o - %s | FileCheck %s
----------------
Pierre-vh wrote:
Is O1 alone fine ? I'd like to see the inlining
https://github.com/llvm/llvm-project/pull/177343
More information about the llvm-commits
mailing list