[Mlir-commits] [llvm] [mlir] Add cond_sub and sub_clamp operations to atomicrmw (PR #96661)

Matt Arsenault llvmlistbot at llvm.org
Thu Aug 1 05:49:24 PDT 2024


================
@@ -0,0 +1,109 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -global-isel -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1200 -verify-machineinstrs < %s | FileCheck %s -check-prefix=GFX12
----------------
arsenm wrote:

Drop -verify-machineinstrs. Also just move up to main test directory, and test sdag and globalisel in the same file 

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


More information about the Mlir-commits mailing list