diff options
author | Shao-Ce SUN <sunshaoce@outlook.com> | 2024-08-26 21:23:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 21:23:05 +0800 |
commit | 2f0d32692e05a763c61155d5a63d2409010cf97b (patch) | |
tree | 9c23db99586d9d06691006d399058047728f59bc /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | b74248dae880793b0486483126b385ca0eafc896 (diff) | |
download | llvm-2f0d32692e05a763c61155d5a63d2409010cf97b.zip llvm-2f0d32692e05a763c61155d5a63d2409010cf97b.tar.gz llvm-2f0d32692e05a763c61155d5a63d2409010cf97b.tar.bz2 |
[NFC][VPlan] Trim extra spaces in `VPDerivedIVRecipe::print` during debugging (#106041)
before:
```
EMIT vp<%3> = CANONICAL-INDUCTION ir<0>, vp<%8>
vp<%4> = DERIVED-IV ir<%n> + vp<%3> * ir<-1>
vp<%5> = SCALAR-STEPS vp<%4>, ir<-1>
```
after:
```
EMIT vp<%3> = CANONICAL-INDUCTION ir<0>, vp<%8>
vp<%4> = DERIVED-IV ir<%n> + vp<%3> * ir<-1>
vp<%5> = SCALAR-STEPS vp<%4>, ir<-1>
```
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions