diff options
| author | skc7 <Krishna.Sankisa@amd.com> | 2025-11-09 10:59:11 +0530 |
|---|---|---|
| committer | skc7 <Krishna.Sankisa@amd.com> | 2025-11-09 10:59:11 +0530 |
| commit | 4a810e69816f349b0586b74b603b3ecafe09d30a (patch) | |
| tree | eccca86c0c954a5c5861451eb00bdf9a0c2f89e4 | |
| parent | 9d995a196d833f5dc6a3c3de1cd41072d2fda5f3 (diff) | |
Update amdgpu-lower-exec-sync.ll test with llc RUN lineusers/skc7/amdgpu_lower_special_lds_enable
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/amdgpu-lower-exec-sync.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/amdgpu-lower-exec-sync.ll b/llvm/test/CodeGen/AMDGPU/amdgpu-lower-exec-sync.ll index 782d94845a35..bde6db6463cb 100644 --- a/llvm/test/CodeGen/AMDGPU/amdgpu-lower-exec-sync.ll +++ b/llvm/test/CodeGen/AMDGPU/amdgpu-lower-exec-sync.ll @@ -1,5 +1,6 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals all --version 6 ; RUN: opt -S -mtriple=amdgcn-- -amdgpu-lower-exec-sync < %s 2>&1 | FileCheck %s +; RUN: llc < %s -enable-new-pm -stop-after=amdgpu-lower-exec-sync -mtriple=amdgcn-amd-amdhsa | FileCheck %s %class.ExpAmdWorkgroupWaveBarrier = type { target("amdgcn.named.barrier", 0) } |
