; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc -mtriple=x86_64-linux-gnu < %s | FileCheck %s %"struct.std::atomic" = type { %"struct.std::atomic_bool" } %"struct.std::atomic_bool" = type { %"struct.std::__atomic_base" } %"struct.std::__atomic_base" = type { i8 } ; CHECK-LABEL: _Z3fooRSt6atomicIbEb define zeroext i1 @_Z3fooRSt6atomicIbEb(%"struct.std::atomic"* nocapture dereferenceable(1) %a, i1 returned zeroext %b) nounwind { ; CHECK-LABEL: _Z3fooRSt6atomicIbEb: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: movq %rdi, %rax ; CHECK-NEXT: shrq $3, %rax ; CHECK-NEXT: movb 2147450880(%rax), %al ; CHECK-NEXT: testb %al, %al ; CHECK-NEXT: je .LBB0_3 ; CHECK-NEXT: # %bb.1: ; CHECK-NEXT: movl %edi, %ecx ; CHECK-NEXT: andl $7, %ecx ; CHECK-NEXT: cmpb %al, %cl ; CHECK-NEXT: jge .LBB0_2 ; CHECK-NEXT: .LBB0_3: ; CHECK-NEXT: movl %esi, %eax ; CHECK-NEXT: xchgb %al, (%rdi) ; CHECK-NEXT: movl %esi, %eax ; CHECK-NEXT: retq ; CHECK-NEXT: .LBB0_2: ; CHECK-NEXT: pushq %rax ; CHECK-NEXT: callq __asan_report_store1 ; CHECK-NEXT: #APP ; CHECK-NEXT: #NO_APP entry: %frombool.i.i = zext i1 %b to i8 %_M_i.i.i = getelementptr inbounds %"struct.std::atomic", %"struct.std::atomic"* %a, i64 0, i32 0, i32 0, i32 0 %0 = ptrtoint i8* %_M_i.i.i to i64 %1 = lshr i64 %0, 3 %2 = add i64 %1, 2147450880 %3 = inttoptr i64 %2 to i8* %4 = load i8, i8* %3 %5 = icmp ne i8 %4, 0 br i1 %5, label %6, label %11 ;