[all-commits] [llvm/llvm-project] 271853: [Pipelines] Move AddDescriminators to consistent p...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Apr 11 04:26:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 271853c62f2a6f8830451f74c1998479c8bcd2d0
https://github.com/llvm/llvm-project/commit/271853c62f2a6f8830451f74c1998479c8bcd2d0
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-04-11 (Tue, 11 Apr 2023)
Changed paths:
M llvm/lib/Passes/PassBuilderPipelines.cpp
Log Message:
-----------
[Pipelines] Move AddDescriminators to consistent position
In the non-ThinLTO pipeline this was directly before PipelineStartEP,
in the ThinLTO pipeline it was directly after. I don't think the
specific position matters here, just make sure it's the same for
both pipelines.
More information about the All-commits
mailing list