[llvm] [Matrix] Add tests identifying GVN and DSE opportunities for matrix store / load intrinsics (PR #163573)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 15 08:16:02 PDT 2025
================
@@ -0,0 +1,45 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -passes=gvn -S < %s | FileCheck %s
----------------
fhahn wrote:
```suggestion
; RUN: opt -passes=gvn -S %s | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/163573
More information about the llvm-commits
mailing list