Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/X86/tail-call-legality.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 -march=x86 -o - < %s | FileCheck %s | 1 ; RUN: llc -mtriple=i686-- -o - < %s | FileCheck %s |
2 | 2 |
3 ; This used to be classified as a tail call because of a mismatch in the | 3 ; This used to be classified as a tail call because of a mismatch in the |
4 ; arguments seen by Analysis.cpp and ISelLowering. As seen by ISelLowering, they | 4 ; arguments seen by Analysis.cpp and ISelLowering. As seen by ISelLowering, they |
5 ; both return {i32, i32, i32} (since i64 is illegal) which is fine for a tail | 5 ; both return {i32, i32, i32} (since i64 is illegal) which is fine for a tail |
6 ; call. | 6 ; call. |