[llvm] remove redundant waitcnts (PR #75785)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 18 06:15:09 PST 2023
================
@@ -0,0 +1,136 @@
+# NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
+# RUN: llc -march=amdgcn -start-before=si-insert-waitcnts -mcpu=gfx1030 -verify-machineinstrs -o - %s | FileCheck %s
+
+--- |
+ define amdgpu_ps <4 x float> @test_waterfall_multi_begin(ptr addrspace(4) inreg %in, ptr addrspace(4) inreg %s_in, i32 %idx1, i32 %idx2, i32 %s_idx, i32 %s_idx2) #0 {
+ ; CHECK-LABEL: test_waterfall_multi_begin:
----------------
jayfoad wrote:
How else do I autogenerate ISA checks for a test written in MIR?
https://github.com/llvm/llvm-project/pull/75785
More information about the llvm-commits
mailing list