[all-commits] [llvm/llvm-project] e9e458: [AggressiveInstCombine] Improve line breaks in com...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Aug 25 10:08:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e9e458418f7db9a292a1394bbd901d97e8389010
https://github.com/llvm/llvm-project/commit/e9e458418f7db9a292a1394bbd901d97e8389010
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
Log Message:
-----------
[AggressiveInstCombine] Improve line breaks in comment. NFC
The comments contain IR where some instructions don't fit in
80 columns. The extra part of the line was placed in front of
the next IR instruction instead of on its own line.
More information about the All-commits
mailing list