Skip to content
Closed
Changes from all commits
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
3 changes: 3 additions & 0 deletions llvm/test/CodeGen/Hexagon/insert-big.ll
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
; HexagonGenInsert.cpp has custom debug output control, which is only enabled in builds with assertions.
; REQUIRES: asserts

; Check that llc does not abort, which happened due to incorrect MIR.
; RUN: llc -O2 -mtriple=hexagon -insert-max-ifmap=1 < %s
; RUN: llc -O2 -mtriple=hexagon -insert-max-ifmap=2 < %s
Expand Down
Loading