Skip to content

Commit

Permalink
[test] Fix multiply-minimal.ll
Browse files Browse the repository at this point in the history
  • Loading branch information
aeubanks committed Nov 20, 2020
1 parent 1fe24a6 commit 8d5673f
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt -lower-matrix-intrinsics-minimal -fuse-matrix-tile-size=2 -matrix-allow-contract -force-fuse-matrix -instcombine -verify-dom-info %s -S | FileCheck %s
; RUN: opt -passes='lower-matrix-intrinsics-minimal,instcombine,verify<dom-tree>' -fuse-matrix-tile-size=2 -matrix-allow-contract -force-fuse-matrix %s -S | FileCheck %s
; RUN: opt -passes='lower-matrix-intrinsics-minimal,instcombine,verify<domtree>' -fuse-matrix-tile-size=2 -matrix-allow-contract -force-fuse-matrix %s -S | FileCheck %s

; Test for the minimal version of the matrix lowering pass, which does not
; require DT or AA. Make sure no tiling is happening, even though it was
Expand Down

0 comments on commit 8d5673f

Please sign in to comment.