Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/X86/2008-03-31-SpillerFoldingBug.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 -mtriple=i386-apple-darwin -relocation-model=pic -disable-fp-elim | grep add | grep 12 | not grep non_lazy_ptr | 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic -frame-pointer=all | grep add | grep 12 | not grep non_lazy_ptr |
2 ; Don't fold re-materialized load into a two address instruction | 2 ; Don't fold re-materialized load into a two address instruction |
3 | 3 |
4 %"struct.Smarts::Runnable" = type { i32 (...)**, i32 } | 4 %"struct.Smarts::Runnable" = type { i32 (...)**, i32 } |
5 %struct.__sbuf = type { i8*, i32 } | 5 %struct.__sbuf = type { i8*, i32 } |
6 %"struct.std::ios_base" = type { i32 (...)**, i32, i32, i32, i32, i32, %"struct.std::ios_base::_Callback_list"*, %struct.__sbuf, [8 x %struct.__sbuf], i32, %struct.__sbuf*, %"struct.std::locale" } | 6 %"struct.std::ios_base" = type { i32 (...)**, i32, i32, i32, i32, i32, %"struct.std::ios_base::_Callback_list"*, %struct.__sbuf, [8 x %struct.__sbuf], i32, %struct.__sbuf*, %"struct.std::locale" } |