brintos

brintos / llvm-project-archived public Read only

0
0
Text · 401 B · 47feb46 Raw
8 lines · plain
1; RUN: llc -mtriple=arm-none-linux -O0 -filetype=asm < %S/../Inputs/line.ll | FileCheck %S/../Inputs/line.ll2 3; This is more complex than it looked. It's mixed up somewhere in SelectionDAG4; (legalized as br_cc, losing the separation between the comparison and the5; branch, then further lowered to CMPri + brcc but without the fidelity that6; those two instructions are on separate lines)7; XFAIL: *8