1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/unittests
Christudasan Devadasan aa8030a6bf GlobalISel: Try to combine G_[SU]DIV and G_[SU]REM
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
2021-03-10 18:46:07 +05:30
..
ADT
Analysis
AsmParser
BinaryFormat
Bitcode
Bitstream
CodeGen GlobalISel: Try to combine G_[SU]DIV and G_[SU]REM 2021-03-10 18:46:07 +05:30
DebugInfo
Demangle
ExecutionEngine
FileCheck
Frontend
FuzzMutate
InterfaceStub
IR
LineEditor
Linker
MC
MI
Object
ObjectYAML
Option
Passes
ProfileData [SampleFDO] Support enabling -funique-internal-linkage-name. 2021-03-09 21:41:40 -08:00
Remarks
Support
TableGen
Target
TextAPI
tools
Transforms
XRay
CMakeLists.txt
unittest.cfg.in