64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
8 lines
401 B
Plaintext
8 lines
401 B
Plaintext
; RUN: llc -mtriple=arm-none-linux -O0 -filetype=asm < %S/../Inputs/line.ll | FileCheck %S/../Inputs/line.ll
|
|
|
|
; This is more complex than it looked. It's mixed up somewhere in SelectionDAG
|
|
; (legalized as br_cc, losing the separation between the comparison and the
|
|
; branch, then further lowered to CMPri + brcc but without the fidelity that
|
|
; those two instructions are on separate lines)
|
|
; XFAIL: *
|