commit | e07a22ac14d4a6c6e392ddc9e080ae98e0ec289d | [log] [tgz] |
---|---|---|
author | Renato Golin <renato.golin@linaro.org> | Tue Sep 02 22:45:13 2014 +0000 |
committer | Renato Golin <renato.golin@linaro.org> | Tue Sep 02 22:45:13 2014 +0000 |
tree | 92340e0c3d1cff08794b3c962cf4dfdc2357597c | |
parent | 196e323c016d875cc6e53979008450480b1a0894 [diff] [blame] |
Only emit movw on ARMv6T2+ Fix PR18364. Patch by Dimitry Andric. llvm-svn: 216989
diff --git a/llvm/test/CodeGen/ARM/carry.ll b/llvm/test/CodeGen/ARM/carry.ll index e344b08..7ea9be2 100644 --- a/llvm/test/CodeGen/ARM/carry.ll +++ b/llvm/test/CodeGen/ARM/carry.ll
@@ -1,4 +1,4 @@ -; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s +; RUN: llc -mtriple=armv6t2-eabi %s -o - | FileCheck %s define i64 @f1(i64 %a, i64 %b) { ; CHECK-LABEL: f1: