summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GVN/pr28562.ll
blob: b34be31530960216b2b5ba9955c2d95da89b0149 (plain)
1
2
3
4
5
6
7
8
9
; RUN: opt -S -gvn < %s | FileCheck %s
define i32* @test1(i32* %a) {
  %x1 = getelementptr inbounds i32, i32* %a, i32 10
  %x2 = getelementptr i32, i32* %a, i32 10
  ret i32* %x2
; CHECK-LABEL: @test1(
; CHECK: %[[x:.*]] = getelementptr i32, i32* %a, i32 10
; CHECK: ret i32* %[[x]]
}
OpenPOWER on IntegriCloud