You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.247
Former-commit-id: 2d6af2e4ed0eda5cbdc2946446ef7718456ad190
This commit is contained in:
parent
279aa8f685
commit
ce8e504569
@ -1,22 +0,0 @@
|
||||
; NOTE: Assertions have been autogenerated by update_test_checks.py
|
||||
; RUN: opt < %s -instcombine -S | FileCheck %s
|
||||
|
||||
@x = weak global i32 0
|
||||
|
||||
define void @self_assign_1() {
|
||||
; CHECK-LABEL: @self_assign_1(
|
||||
; CHECK-NEXT: entry:
|
||||
; CHECK-NEXT: [[TMP:%.*]] = load volatile i32, i32* @x, align 4
|
||||
; CHECK-NEXT: store volatile i32 [[TMP]], i32* @x, align 4
|
||||
; CHECK-NEXT: br label %return
|
||||
; CHECK: return:
|
||||
; CHECK-NEXT: ret void
|
||||
;
|
||||
entry:
|
||||
%tmp = load volatile i32, i32* @x
|
||||
store volatile i32 %tmp, i32* @x
|
||||
br label %return
|
||||
|
||||
return:
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user