Use the integrated assembler as default on PowerPC
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 13 Jan 2015 19:43:45 +0000 (19:43 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 13 Jan 2015 19:43:45 +0000 (19:43 +0000)
commit5a4c26e7bc244681b635f356533553923cb66059
tree235d0dee69d0689f78c1f92ec796d1bb6ab61195
parent33943f870fcd9c8b49bab21ca66e8b5d8bbacf81
Use the integrated assembler as default on PowerPC

This was already done in clang, this commit now uses the integrated
assembler as default when using LLVM tools directly.

A number of test cases using inline asm had to be adapted, either by
updating the expected output, or by using -no-integrated-as (for such
tests that deliberately use an invalid instruction in inline asm).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225819 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
test/CodeGen/PowerPC/asm-constraints.ll
test/CodeGen/PowerPC/crsave.ll
test/CodeGen/PowerPC/ia-neg-const.ll
test/CodeGen/PowerPC/in-asm-f64-reg.ll
test/CodeGen/PowerPC/mult-alt-generic-powerpc.ll
test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll