[all-commits] [llvm/llvm-project] 1a4f88: [X86] Rename O3-pipeline.ll to opt-pipeline.ll and...
topperc via All-commits
all-commits at lists.llvm.org
Wed Jun 24 11:10:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1a4f8889800a8c80819602725c5ce509ded2d451
https://github.com/llvm/llvm-project/commit/1a4f8889800a8c80819602725c5ce509ded2d451
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-06-24 (Wed, 24 Jun 2020)
Changed paths:
R llvm/test/CodeGen/X86/O3-pipeline.ll
A llvm/test/CodeGen/X86/opt-pipeline.ll
Log Message:
-----------
[X86] Rename O3-pipeline.ll to opt-pipeline.ll and add O1/O2 command lines
Eric Cristopher asked me about possibly disabling some passes at
-O1/Og. Figured a good first step was to test all the pipelines.
They all appear to be the same for now. Hoping we can use FileCheck
prefixes for differences to avoid repeating the contents 3 times.
More information about the All-commits
mailing list