Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/X86/fast-isel-constant.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 95c75e76d11b |
children |
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f | 121:803732b1fca8 |
---|---|
1 ; RUN: llc < %s -march=x86-64 -O0 | FileCheck %s | 1 ; RUN: llc < %s -mtriple=x86_64-- -O0 | FileCheck %s |
2 ; Make sure fast-isel doesn't reset the materialised constant map | 2 ; Make sure fast-isel doesn't reset the materialised constant map |
3 ; across an intrinsic call. | 3 ; across an intrinsic call. |
4 | 4 |
5 ; CHECK: movl $100000 | 5 ; CHECK: movl $100000 |
6 ; CHECK-NOT: movl $100000 | 6 ; CHECK-NOT: movl $100000 |