Refactor code in SplitRes_Select
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
I don't understand the motivation for this change. LLVM coding guidelines encourage using early returns.
llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp | ||
---|---|---|
547 | This assert is exactly opposite the condition of the previous if. It doesn't check anything new. |
This assert is exactly opposite the condition of the previous if. It doesn't check anything new.