brintos

brintos / llvm-project-archived public Read only

0
0
Text · 556 B · e0b1031 Raw
21 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=i686-apple-darwin | FileCheck %s3; PR173384 5@t1.global = internal global i64 -1, align 86 7define i32 @t1() nounwind ssp {8; CHECK-LABEL: t1:9; CHECK:       ## %bb.0: ## %entry10; CHECK-NEXT:    xorl %eax, %eax11; CHECK-NEXT:    cmpl $0, _t1.global12; CHECK-NEXT:    setne %al13; CHECK-NEXT:    retl14entry:15  %0 = load i64, ptr @t1.global, align 816  %and = and i64 4294967295, %017  %cmp = icmp sgt i64 %and, 018  %conv = zext i1 %cmp to i3219  ret i32 %conv20}21