[llvm] [AMDGPU] Fix typo in v_dot4 combine (PR #115224)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 6 18:32:37 PST 2024


================
@@ -0,0 +1,116 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn -mcpu=gfx1100 --start-before=amdgpu-isel -verify-machineinstrs < %s | FileCheck -check-prefixes=GFX11 %s
----------------
arsenm wrote:

```suggestion
; RUN: llc -mtriple=amdgcn -mcpu=gfx1100 --start-before=amdgpu-isel < %s | FileCheck -check-prefixes=GFX11 %s
```

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


More information about the llvm-commits mailing list