forked from OSchip/llvm-project
![]() It is good to have a combined `divrem` instruction when the `div` and `rem` are computed from identical input operands. Some targets can lower them through a single expansion that computes both division and remainder. It effectively reduces the number of instructions than individually expanding them. Reviewed By: arsenm, paquette Differential Revision: https://reviews.llvm.org/D96013 |
||
---|---|---|
.. | ||
GMIR.rst | ||
GenericOpcode.rst | ||
IRTranslator.rst | ||
InstructionSelect.rst | ||
KnownBits.rst | ||
Legalizer.rst | ||
Pipeline.rst | ||
Porting.rst | ||
RegBankSelect.rst | ||
Resources.rst | ||
block-extract.png | ||
index.rst | ||
pipeline-overview-customized.png | ||
pipeline-overview-with-combiners.png | ||
pipeline-overview.png | ||
testing-pass-level.png | ||
testing-unit-level.png |