Mercurial > hg > CbC > CbC_llvm
diff 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 |
line wrap: on
line diff
--- a/test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll Sat Feb 17 09:57:20 2018 +0900 +++ b/test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll Wed Aug 14 16:55:33 2019 +0900 @@ -1,4 +1,4 @@ -; RUN: llc < %s -O3 -relocation-model=pic -disable-fp-elim -mcpu=nocona +; RUN: llc < %s -O3 -relocation-model=pic -frame-pointer=all -mcpu=nocona ; ; This test case is reduced from Bullet. It crashes SSEDomainFix. ;