aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/pass_mapping.py
diff options
context:
space:
mode:
Diffstat (limited to 'binary_search_tool/pass_mapping.py')
-rw-r--r--binary_search_tool/pass_mapping.py26
1 files changed, 9 insertions, 17 deletions
diff --git a/binary_search_tool/pass_mapping.py b/binary_search_tool/pass_mapping.py
index 2678fd6d..33c023a9 100644
--- a/binary_search_tool/pass_mapping.py
+++ b/binary_search_tool/pass_mapping.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 The Chromium OS Authors. All rights reserved.
+# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -15,20 +15,12 @@ pass_name = {
# For users who make local changes to passes, please add a map from pass
# description to newly introduced DebugCounter name for transformation
# level bisection purpose.
- 'Hoist/decompose integer division and remainder':
- 'div-rem-pairs-transform',
- 'Early CSE':
- 'early-cse',
- 'Falkor HW Prefetch Fix Late Phase':
- 'falkor-hwpf',
- 'Combine redundant instructions':
- 'instcombine-visit',
- 'Machine Copy Propagation Pass':
- 'machine-cp-fwd',
- 'Global Value Numbering':
- 'newgvn-phi',
- 'PredicateInfo Printer':
- 'predicateinfo-rename',
- 'SI Insert Waitcnts':
- 'si-insert-waitcnts-forceexp',
+ "Hoist/decompose integer division and remainder": "div-rem-pairs-transform",
+ "Early CSE": "early-cse",
+ "Falkor HW Prefetch Fix Late Phase": "falkor-hwpf",
+ "Combine redundant instructions": "instcombine-visit",
+ "Machine Copy Propagation Pass": "machine-cp-fwd",
+ "Global Value Numbering": "newgvn-phi",
+ "PredicateInfo Printer": "predicateinfo-rename",
+ "SI Insert Waitcnts": "si-insert-waitcnts-forceexp",
}