Skip to content

Commit

Permalink
add backlinks to originals
Browse files Browse the repository at this point in the history
  • Loading branch information
j2kun committed Mar 29, 2024
1 parent 00142d4 commit c70e710
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/heir_simd_vectorizer/linear_polynomial_64.mlir
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Ported from: https://github.com/MarbleHE/HECO/blob/3e13744233ab0c09030a41ef98b4e061b6fa2eac/evaluation/comparison/heco_input/linearpolynomial_64.mlir

// RUN: heir-opt --secretize=entry-function=linear_polynomial --wrap-generic --canonicalize --cse \
// RUN: --heir-simd-vectorizer %s | FileCheck %s

Expand Down
2 changes: 2 additions & 0 deletions tests/heir_simd_vectorizer/quadratic_polynomial.mlir
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Ported from: https://github.com/MarbleHE/HECO/blob/3e13744233ab0c09030a41ef98b4e061b6fa2eac/evaluation/comparison/heco_input/quadraticpolynomial_64.mlir

// RUN: heir-opt --secretize=entry-function=quadratic_polynomial --wrap-generic --canonicalize --cse \
// RUN: --heir-simd-vectorizer %s | FileCheck %s

Expand Down

0 comments on commit c70e710

Please sign in to comment.