brintos

brintos / llvm-project-archived public Read only

0
0
Text · 454 B · 0e30671 Raw
18 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s | FileCheck %s3 4target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"5target triple = "x86_64-unknown-unknown"6 7define void @bitstore_fold() {8; CHECK-LABEL: bitstore_fold:9; CHECK:       # %bb.0: # %BB10; CHECK-NEXT:    movl $-1, 011; CHECK-NEXT:    movb $0, 012; CHECK-NEXT:    retq13BB:14   store i32 -1, ptr null15   store i1 false, ptr null16   ret void17}18