Use clang-tidy to simplify boolean conditional return statements
Diff Detail
Diff Detail
Event Timeline
| lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | ||
|---|---|---|
| 228 ↗ | (On Diff #26414) | Indent to start after the opening parenthese on the previous line. |
| lib/Target/X86/X86ISelLowering.cpp | ||
| 2503 | Push the negate through | |
| 4116 | Push the negate through | |
| lib/Target/X86/X86InstrInfo.cpp | ||
| 2488–2489 | Push negate through and fix indentation on second line. | |
| 4267 | Fix indentation | |
| lib/Target/X86/X86ISelLowering.cpp | ||
|---|---|---|
| 3643 | The curly braces are useless now, you should also remove them. | |
Push the negate through