comparison test/CodeGen/Hexagon/BranchPredict.ll @ 147:c2174574ed3a

LLVM 10
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 16:55:33 +0900
parents 803732b1fca8
children
comparison
equal deleted inserted replaced
134:3a76565eade5 147:c2174574ed3a
1 ; RUN: llc -march=hexagon -ifcvt-limit=0 < %s | FileCheck %s 1 ; RUN: llc -march=hexagon -ifcvt-limit=0 -hexagon-initial-cfg-cleanup=0 < %s | FileCheck %s
2 2
3 ; Check if the branch probabilities are reflected in the instructions: 3 ; Check if the branch probabilities are reflected in the instructions:
4 ; The basic block placement pass should place the more probable successor 4 ; The basic block placement pass should place the more probable successor
5 ; block as the fall-through block. The unconditional jump in the predecessor 5 ; block as the fall-through block. The unconditional jump in the predecessor
6 ; should then get the right hint (not_taken or ":nt") 6 ; should then get the right hint (not_taken or ":nt")