comparison llvm/test/Transforms/LICM/loopsink-pr38462.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 -loop-sink < %s | FileCheck %s 1 ; RUN: opt -S -loop-sink < %s | FileCheck %s
2 ; RUN: opt -S -verify-memoryssa -enable-mssa-in-legacy-loop-sink -loop-sink < %s | FileCheck %s
3 ; RUN: opt -S -aa-pipeline=basic-aa -passes=loop-sink < %s | FileCheck %s
4 ; RUN: opt -S -verify-memoryssa -enable-mssa-in-loop-sink -aa-pipeline=basic-aa -passes=loop-sink < %s | FileCheck %s
2 5
3 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128" 6 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
4 target triple = "x86_64-pc-windows-msvc19.13.26128" 7 target triple = "x86_64-pc-windows-msvc19.13.26128"
5 8
6 %struct.FontInfoData = type { i32 (...)** } 9 %struct.FontInfoData = type { i32 (...)** }