[PATCH] Fix PR18364: Only emit movw for ARM architectures that support it

Renato Golin renato.golin at linaro.org
Tue Sep 2 11:27:49 PDT 2014


I agree you should add a more specific target for the failing test.

cheers,
--renato

================
Comment at: test/CodeGen/ARM/pr18364-movw.ll:2
@@ +1,3 @@
+; RUN: llc < %s -mtriple=armv5te | FileCheck %s --check-prefix=V5
+; RUN: llc < %s -mtriple=armv6   | FileCheck %s --check-prefix=V6
+; RUN: llc < %s -mtriple=armv7   | FileCheck %s --check-prefix=V7
----------------
a bit pedantic, but can you add armv6t2? just to clear the boundaries

http://reviews.llvm.org/D5155






More information about the llvm-commits mailing list