This allows us to remove some curly braces around the if body.
The code wasn't consistent about it anyway. Comments before is
used in other places in this file already.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D155390
[RISCV] Move comments before 'if' instead of after. NFC ClosedPublic Authored by craig.topper on Jul 15 2023, 10:47 PM.
Details Summary This allows us to remove some curly braces around the if body.
Diff Detail
Event TimelineThis revision was not accepted when it landed; it landed in state Needs Review.Jul 15 2023, 10:54 PM This revision was landed with ongoing or failed builds. Closed by commit rGef1ccc493e61: [RISCV] Move comments before 'if' instead of after. NFC (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes. craig.topper added a commit: rGef1ccc493e61: [RISCV] Move comments before 'if' instead of after. NFC. craig.topper added a reverting change: rG48ee31937878: Revert "[RISCV] Move comments before 'if' instead of after. NFC". This revision is now accepted and ready to land.Jul 16 2023, 8:42 AM Closed by commit rGce7057830345: [RISCV] Move comments before 'if' instead of after. NFC (authored by craig.topper). · Explain WhyJul 16 2023, 1:11 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 540827 llvm/lib/Target/RISCV/RISCVISelLowering.cpp
|