]> granicus.if.org Git - llvm/commit
[AArch64][GlobalISel] Enable GlobalISel at -O0 by default
authorAmara Emerson <aemerson@apple.com>
Tue, 2 Jan 2018 16:30:47 +0000 (16:30 +0000)
committerAmara Emerson <aemerson@apple.com>
Tue, 2 Jan 2018 16:30:47 +0000 (16:30 +0000)
commitd8de4cebd982d816deacbaad4a7eda13955b9be1
treeb306744a98f102dc6c19084734c9378ec2582a3a
parent0f3a589e92d75703aa525bfd459544814bf94461
[AArch64][GlobalISel] Enable GlobalISel at -O0 by default

Tests updated to explicitly use fast-isel at -O0 instead of implicitly.

This change also allows an explicit -fast-isel option to override an
implicitly enabled global-isel. Otherwise -fast-isel would have no effect at -O0.

Differential Revision: https://reviews.llvm.org/D41362

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321655 91177308-0d34-0410-b5e6-96231b3b80d8
44 files changed:
include/llvm/CodeGen/TargetPassConfig.h
lib/CodeGen/TargetPassConfig.cpp
lib/Target/AArch64/AArch64TargetMachine.cpp
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
test/CodeGen/AArch64/GlobalISel/gisel-commandline-option.ll
test/CodeGen/AArch64/aarch64_f16_be.ll
test/CodeGen/AArch64/and-mask-removal.ll
test/CodeGen/AArch64/arm64-EXT-undef-mask.ll
test/CodeGen/AArch64/arm64-abi.ll
test/CodeGen/AArch64/arm64-abi_align.ll
test/CodeGen/AArch64/arm64-elf-constpool.ll
test/CodeGen/AArch64/arm64-elf-globals.ll
test/CodeGen/AArch64/arm64-fast-isel-alloca.ll
test/CodeGen/AArch64/arm64-fast-isel-br.ll
test/CodeGen/AArch64/arm64-fast-isel-call.ll
test/CodeGen/AArch64/arm64-fast-isel-conversion-fallback.ll
test/CodeGen/AArch64/arm64-fast-isel-conversion.ll
test/CodeGen/AArch64/arm64-fast-isel-fcmp.ll
test/CodeGen/AArch64/arm64-fast-isel-gv.ll
test/CodeGen/AArch64/arm64-fast-isel-icmp.ll
test/CodeGen/AArch64/arm64-fast-isel-intrinsic.ll
test/CodeGen/AArch64/arm64-fast-isel-materialize.ll
test/CodeGen/AArch64/arm64-fast-isel-noconvert.ll
test/CodeGen/AArch64/arm64-fast-isel-rem.ll
test/CodeGen/AArch64/arm64-fast-isel-ret.ll
test/CodeGen/AArch64/arm64-fast-isel.ll
test/CodeGen/AArch64/arm64-simd-scalar-to-vector.ll
test/CodeGen/AArch64/arm64-tls-dynamic-together.ll
test/CodeGen/AArch64/arm64-vcvt_f.ll
test/CodeGen/AArch64/br-cond-not-merge.ll
test/CodeGen/AArch64/cmpxchg-O0.ll
test/CodeGen/AArch64/cxx-tlscc.ll
test/CodeGen/AArch64/fast-isel-atomic.ll
test/CodeGen/AArch64/fast-isel-sp-adjust.ll
test/CodeGen/AArch64/i128-fast-isel-fallback.ll
test/CodeGen/AArch64/preferred-alignment.ll
test/CodeGen/AArch64/swift-return.ll
test/CodeGen/AArch64/swifterror.ll
test/CodeGen/AArch64/swiftself.ll
test/CodeGen/AArch64/tailcall-fastisel.ll
test/DebugInfo/AArch64/asan-stack-vars.ll
test/DebugInfo/AArch64/frameindices.ll
test/DebugInfo/AArch64/line-header.ll
test/DebugInfo/AArch64/prologue_end.ll