brintos

brintos / llvm-project-archived public Read only

0
0
Text · 523 B · 2db9b1c Raw
18 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py2; RUN: opt < %s -mtriple x86_64--windows -passes=instcombine -S | FileCheck %s3; REQUIRES: x86-registered-target4; PR12015 6declare noalias ptr @"\01??2@YAPEAX_K@Z"(i64) nobuiltin7declare void @"\01??3@YAXPEAX@Z"(ptr) nobuiltin8 9define void @test9() {10; CHECK-LABEL: @test9(11; CHECK-NEXT:    ret void12;13  %new_long_long = call noalias ptr @"\01??2@YAPEAX_K@Z"(i64 32) builtin14  call void @"\01??3@YAXPEAX@Z"(ptr %new_long_long) builtin15  ret void16}17 18