mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	test/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit -mtriple=x86_64-linux and -mtriple=x86_64-win32. Thanks to Nadav, it might be fixed in r126424.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127060 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -1,5 +1,5 @@ | |||||||
| ; RUN: llc < %s -march=x86-64 -mcpu=core2 | ; RUN: llc < %s -mtriple=x86_64-linux -mcpu=core2 | ||||||
|  | ; RUN: llc < %s -mtriple=x86_64-win32 -mcpu=core2 | ||||||
|  |  | ||||||
| define <8 x i32> @a(<8 x i16> %a) nounwind { | define <8 x i32> @a(<8 x i16> %a) nounwind { | ||||||
|   %c = sext <8 x i16> %a to <8 x i32> |   %c = sext <8 x i16> %a to <8 x i32> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user