Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll @ 147:c2174574ed3a
LLVM 10
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Aug 2019 16:55:33 +0900 |
parents | afa8332a0e37 |
children |
comparison
equal
deleted
inserted
replaced
134:3a76565eade5 | 147:c2174574ed3a |
---|---|
1 ; RUN: llc < %s -O3 -relocation-model=pic -disable-fp-elim -mcpu=nocona | 1 ; RUN: llc < %s -O3 -relocation-model=pic -frame-pointer=all -mcpu=nocona |
2 ; | 2 ; |
3 ; This test case is reduced from Bullet. It crashes SSEDomainFix. | 3 ; This test case is reduced from Bullet. It crashes SSEDomainFix. |
4 ; | 4 ; |
5 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128-n8:16:32" | 5 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128-n8:16:32" |
6 target triple = "i386-apple-darwin10.0" | 6 target triple = "i386-apple-darwin10.0" |