OSDN Git Service

[CodeGen] Add an -O0 backend pipeline test. NFC.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Wed, 10 May 2017 00:39:17 +0000 (00:39 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Wed, 10 May 2017 00:39:17 +0000 (00:39 +0000)
commit5de619e49adf29bfe8e5e3d520be56fdd4eaeb76
tree9b740bf43c7bb27ca11cbfdb4d240a335c322b92
parentbde17ff28a21fb30aa753bbe5b0c8b5ec7716cf9
[CodeGen] Add an -O0 backend pipeline test. NFC.

This should hopefully makes changes to the O0 pipeline obvious; it's
easy to require expensive passes, and this helps make informed
decisions.

Case in point: in the few weeks separating the time when I initially
wrote this patch to the time when I committed, the test regressed as
r302103 added another use of DT!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302608 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/O0-pipeline.ll [new file with mode: 0644]