[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Transforms / InstCombine / PR30597.ll
blob33b3695697de78190db9b8e3a1afa33a403fe314
1 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2 ; RUN: opt < %s -instcombine -S | FileCheck %s
4 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
5 target triple = "x86_64-unknown-linux-gnu"
7 ; Function Attrs: readonly uwtable
8 define i1 @dot_ref_s(i32** noalias nocapture readonly dereferenceable(8)) {
9 ; CHECK-LABEL: @dot_ref_s(
10 ; CHECK-NEXT:  entry-block:
11 ; CHECK-NEXT:    ret i1 false
13 entry-block:
14   %loadedptr = load i32*, i32** %0, align 8, !nonnull !0
15   %ptrtoint = ptrtoint i32* %loadedptr to i64
16   %inttoptr = inttoptr i64 %ptrtoint to i32*
17   %switchtmp = icmp eq i32* %inttoptr, null
18   ret i1 %switchtmp
22 ; Function Attrs: readonly uwtable
23 define i64* @function(i64* noalias nocapture readonly dereferenceable(8)) {
24 ; CHECK-LABEL: @function(
25 ; CHECK-NEXT:  entry-block:
26 ; CHECK-NEXT:    [[LOADED:%.*]] = load i64, i64* [[TMP0:%.*]], align 8, !range [[RNG0:![0-9]+]]
27 ; CHECK-NEXT:    [[INTTOPTR:%.*]] = inttoptr i64 [[LOADED]] to i64*
28 ; CHECK-NEXT:    ret i64* [[INTTOPTR]]
30 entry-block:
31   %loaded = load i64, i64* %0, align 8, !range !1
32   %inttoptr = inttoptr i64 %loaded to i64*
33   ret i64* %inttoptr
37 !0 = !{}
38 !1 = !{i64 1, i64 140737488355327}