Skip to content

[MachinePipeliner] Add validation for missed dependencies #135148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert unnecesasry chenges for tests
  • Loading branch information
kasuga-fj committed Apr 18, 2025
commit d4d6d99ba393d67ee74bb42f1ca65773b0f69ba0
5 changes: 2 additions & 3 deletions llvm/test/CodeGen/Hexagon/vect/vect-shuffle.ll
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
; REQUIRES: asserts
; RUN: llc -mtriple=hexagon -mcpu=hexagonv5 -disable-hsdr --stats -o - 2>&1 < %s | FileCheck %s

; NOTE: Node order issues are reported by pipelier, but they are false positives.

; Check that store is post-incremented.
; CHECK-NOT: extractu(r{{[0-9]+}},#32,
; CHECK-NOT: insert
; CHECK: Number of node order issues found
; CHECK-NOT: Number of node order issues found
; CHECK: Number of loops software pipelined
; CHECK-NOT: Number of node order issues found
target datalayout = "e-p:32:32:32-i64:64:64-i32:32:32-i16:16:16-i1:32:32-f64:64:64-f32:32:32-v64:64:64-v32:32:32-a0:0-n16:32"
target triple = "hexagon"

Expand Down
Loading