Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/X86/extract-extract.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | afa8332a0e37 |
children |
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f | 121:803732b1fca8 |
---|---|
1 ; RUN: llc < %s -march=x86 >/dev/null | 1 ; RUN: llc < %s -mtriple=i686-- >/dev/null |
2 ; PR4699 | 2 ; PR4699 |
3 | 3 |
4 ; Handle this extractvalue-of-extractvalue case without getting in | 4 ; Handle this extractvalue-of-extractvalue case without getting in |
5 ; trouble with CSE in DAGCombine. | 5 ; trouble with CSE in DAGCombine. |
6 | 6 |