[llvm] r176796 - Remove date from test case file name. The PR number provides a unique ID already.
Lang Hames
lhames at gmail.com
Sun Mar 10 20:49:23 PDT 2013
Author: lhames
Date: Sun Mar 10 22:49:23 2013
New Revision: 176796
URL: http://llvm.org/viewvc/llvm-project?rev=176796&view=rev
Log:
Remove date from test case file name. The PR number provides a unique ID already.
Added:
llvm/trunk/test/CodeGen/ARM/PR15053.ll
- copied unchanged from r176795, llvm/trunk/test/CodeGen/ARM/2013-03-09-PR15053.ll
Removed:
llvm/trunk/test/CodeGen/ARM/2013-03-09-PR15053.ll
Removed: llvm/trunk/test/CodeGen/ARM/2013-03-09-PR15053.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2013-03-09-PR15053.ll?rev=176795&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/2013-03-09-PR15053.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/2013-03-09-PR15053.ll (removed)
@@ -1,13 +0,0 @@
-; RUN: llc -mtriple=armv7 < %s
-; PR15053
-
-declare i32 @llvm.arm.strexd(i32, i32, i8*) nounwind
-declare { i32, i32 } @llvm.arm.ldrexd(i8*) nounwind readonly
-
-define void @foo() {
-entry:
- %0 = tail call { i32, i32 } @llvm.arm.ldrexd(i8* undef) nounwind
- %1 = extractvalue { i32, i32 } %0, 0
- %2 = tail call i32 @llvm.arm.strexd(i32 %1, i32 undef, i8* undef) nounwind
- ret void
-}
More information about the llvm-commits
mailing list