We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53bd20f commit cc7bce1Copy full SHA for cc7bce1
.github/workflows/premerge.yaml
@@ -28,7 +28,7 @@ jobs:
28
29
modified_files=$(git diff --name-only HEAD~1...HEAD)
30
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)
31
-
+
32
echo $modified_files
33
echo $modified_dirs
34
llvm/tools/llvm-exegesis/llvm-exegesis.cpp
@@ -5,6 +5,7 @@
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
+///
9
/// \file
10
/// Measures execution properties (latencies/uops) of an instruction.
11
///
0 commit comments