Skip to content

Commit 7f770cd

Browse files
committed
refac: address tutor comments
- updated content to follow review
1 parent 2f3d2e1 commit 7f770cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/posts/2025-08-31-gsoc-llvm-advisor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This summer, I had the incredible opportunity to work on an LLVM project through
99

1010
## The Problem: Information Overload
1111

12-
LLVM generates a wealth of valuable data during compilationoptimization remarks, profiling information, timing data, and more. However, this information is often difficult to process and analyze, especially for developers new to LLVM or those working with offloading toolchains. The typical workflow involves:
12+
LLVM generates a wealth of valuable data during compilation-optimization, including optimization remarks, profiling information, timing data, and more. However, this information is often difficult to process and analyze, especially for developers new to LLVM or those working with offloading toolchains. The typical workflow involves:
1313

1414
- Searching through thousands of remarks using grep
1515
- Manually correlating data across compilation units
@@ -92,7 +92,7 @@ The tool could be valuable for:
9292

9393
You can explore a live demo of LLVM Advisor at: https://llvm-advisor.onrender.com/
9494

95-
The complete implementation is available in PR [#147451](https://github.com/llvm/llvm-project/pull/147451), and you can see the development timeline at: https://time.graphics/line/999689/
95+
The complete implementation is available in PR [#147451](https://github.com/llvm/llvm-project/pull/147451), and you can see the development timeline at: https://time.graphics/line/999689/.
9696

9797
## Looking Forward
9898

0 commit comments

Comments
 (0)