comparison llvm/test/Feature/OperandBundles/basic-aa-argmemonly.ll @ 207:2e18cbf3894f

LLVM12
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 08 Jun 2021 06:07:14 +0900
parents 1d019706d866
children c4bab56944e8
comparison
equal deleted inserted replaced
173:0572611fdcc8 207:2e18cbf3894f
1 ; RUN: opt -S -basicaa -gvn < %s | FileCheck %s 1 ; RUN: opt -S -basic-aa -gvn < %s | FileCheck %s
2 2
3 declare void @argmemonly_function(i32 *) argmemonly 3 declare void @argmemonly_function(i32 *) argmemonly
4 4
5 define i32 @test0(i32* %P, i32* noalias %P2) { 5 define i32 @test0(i32* %P, i32* noalias %P2) {
6 ; CHECK-LABEL: @test0( 6 ; CHECK-LABEL: @test0(