[all-commits] [llvm/llvm-project] 608eb3: [fir][NFC] Format and make FIROps.td homogenous
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Oct 25 09:37:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 608eb3d9c2128b3cb2725e1b24da097b35200325
https://github.com/llvm/llvm-project/commit/608eb3d9c2128b3cb2725e1b24da097b35200325
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-10-25 (Mon, 25 Oct 2021)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.td
Log Message:
-----------
[fir][NFC] Format and make FIROps.td homogenous
This patch has couple of small changes to clean-up FIROps.td.
- Wrap lines that are longer than 80.
- All parser, verifier and printer that are single line are wrapped with double
quotes.
- Couple of small typos.
Reviewed By: AlexisPerry
Differential Revision: https://reviews.llvm.org/D112436
More information about the All-commits
mailing list