Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/X86/sink-hoist.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | afa8332a0e37 |
children |
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f | 121:803732b1fca8 |
---|---|
1 ; RUN: llc < %s -verify-machineinstrs -march=x86-64 -asm-verbose=false -mtriple=x86_64-unknown-linux-gnu -mcpu=nehalem -post-RA-scheduler=true -schedmodel=false | FileCheck %s | 1 ; RUN: llc < %s -verify-machineinstrs -asm-verbose=false -mtriple=x86_64-unknown-linux-gnu -mcpu=nehalem -post-RA-scheduler=true -schedmodel=false | FileCheck %s |
2 | 2 |
3 ; Currently, floating-point selects are lowered to CFG triangles. | 3 ; Currently, floating-point selects are lowered to CFG triangles. |
4 ; This means that one side of the select is always unconditionally | 4 ; This means that one side of the select is always unconditionally |
5 ; evaluated, however with MachineSink we can sink the other side so | 5 ; evaluated, however with MachineSink we can sink the other side so |
6 ; that it's conditionally evaluated. | 6 ; that it's conditionally evaluated. |