mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
abfb9e7ee2
Summary: Switch to FileCheck where possible. Adjust tests so they can be easily regenerated by update scripts. Reviewers: craig.topper, spatel, RKSimon Reviewed By: spatel Subscribers: MatzeB, qcolombet, arphaman, jfb, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D71211
7 lines
142 B
LLVM
7 lines
142 B
LLVM
; RUN: llc < %s -mtriple=i686-- | FileCheck %s
|
|
; PR853
|
|
|
|
; CHECK: 4294967240
|
|
@X = global i32* inttoptr (i64 -56 to i32*) ; <i32**> [#uses=0]
|
|
|