This moves one mid-size function out of line, inlines the
trivial tcAnd/tcOr/tcXor/tcComplement methods into their only
caller, and moves the magic/umagic functions into SelectionDAG
since they are implementation details of its algorithm. This
also removes the unit tests for magic, but these are already
tested in the divide lowering logic for various targets.
Details
- Reviewers
- None
Diff Detail
- Repository
- rG LLVM Github Monorepo
clang-tidy: warning: invalid case style for parameter 'dl' [readability-identifier-naming]
not useful