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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I do not understand why we can't just have llvm/test/CodeGen/X86/O{0,1,2,3}-pipeline.ll, like there already is for plain opt?
Comment Actions
I was just trying to make it so updating the pipeline didn’t require editing 3 files. We also have changes to this test in our downstream code base so I was trying to make it just work when we synced this change.