comparison test/CodeGen/AArch64/fast-isel-logic-op.ll @ 95:afa8332a0e37 LLVM3.8

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents 60c9769439b8
children
comparison
equal deleted inserted replaced
84:f3e34b893a5f 95:afa8332a0e37
1 ; RUN: llc -mtriple=aarch64-apple-darwin -fast-isel=0 -verify-machineinstrs < %s | FileCheck %s 1 ; RUN: llc -mtriple=aarch64-apple-darwin -fast-isel=0 -verify-machineinstrs < %s | FileCheck %s
2 ; RUN: llc -mtriple=aarch64-apple-darwin -fast-isel=1 -fast-isel-abort -verify-machineinstrs < %s | FileCheck %s 2 ; RUN: llc -mtriple=aarch64-apple-darwin -fast-isel=1 -fast-isel-abort=1 -verify-machineinstrs < %s | FileCheck %s
3 3
4 ; AND 4 ; AND
5 define zeroext i1 @and_rr_i1(i1 signext %a, i1 signext %b) { 5 define zeroext i1 @and_rr_i1(i1 signext %a, i1 signext %b) {
6 ; CHECK-LABEL: and_rr_i1 6 ; CHECK-LABEL: and_rr_i1
7 ; CHECK: and [[REG:w[0-9]+]], w0, w1 7 ; CHECK: and [[REG:w[0-9]+]], w0, w1