Differential D108371 Diff 368011 llvm/test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll
Changeset View
Changeset View
Standalone View
Standalone View
llvm/test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll
Show First 20 Lines • Show All 76 Lines • ▼ Show 20 Lines | |||||
; YAML-NEXT: Pass: '' | ; YAML-NEXT: Pass: '' | ||||
; YAML-NEXT: Name: CantIdentifyArrayBounds | ; YAML-NEXT: Name: CantIdentifyArrayBounds | ||||
; YAML-NEXT: DebugLoc: { File: source.cpp, Line: 19, Column: 5 } | ; YAML-NEXT: DebugLoc: { File: source.cpp, Line: 19, Column: 5 } | ||||
; YAML-NEXT: Function: _Z17test_array_boundsPiS_i | ; YAML-NEXT: Function: _Z17test_array_boundsPiS_i | ||||
; YAML-NEXT: Args: | ; YAML-NEXT: Args: | ||||
; YAML-NEXT: - String: 'loop not vectorized: ' | ; YAML-NEXT: - String: 'loop not vectorized: ' | ||||
; YAML-NEXT: - String: cannot identify array bounds | ; YAML-NEXT: - String: cannot identify array bounds | ||||
; YAML-NEXT: ... | ; YAML-NEXT: ... | ||||
; YAML-NEXT: --- !Analysis | |||||
; YAML-NEXT: Pass: '' | |||||
; YAML-NEXT: Name: UnknownArrayBounds | |||||
; YAML-NEXT: DebugLoc: { File: source.cpp, Line: 19, Column: 5 } | |||||
; YAML-NEXT: Function: _Z17test_array_boundsPiS_i | |||||
; YAML-NEXT: Args: | |||||
; YAML-NEXT: - String: 'loop not vectorized: ' | |||||
; YAML-NEXT: - String: Unknown array bounds | |||||
; YAML-NEXT: ... | |||||
; YAML-NEXT: --- !Missed | ; YAML-NEXT: --- !Missed | ||||
; YAML-NEXT: Pass: loop-vectorize | ; YAML-NEXT: Pass: loop-vectorize | ||||
; YAML-NEXT: Name: MissedDetails | ; YAML-NEXT: Name: MissedDetails | ||||
; YAML-NEXT: DebugLoc: { File: source.cpp, Line: 19, Column: 5 } | ; YAML-NEXT: DebugLoc: { File: source.cpp, Line: 19, Column: 5 } | ||||
; YAML-NEXT: Function: _Z17test_array_boundsPiS_i | ; YAML-NEXT: Function: _Z17test_array_boundsPiS_i | ||||
; YAML-NEXT: Args: | ; YAML-NEXT: Args: | ||||
; YAML-NEXT: - String: loop not vectorized | ; YAML-NEXT: - String: loop not vectorized | ||||
; YAML-NEXT: - String: ' (Force=' | ; YAML-NEXT: - String: ' (Force=' | ||||
▲ Show 20 Lines • Show All 221 Lines • Show Last 20 Lines |