Skip to content
Commit 4164c4ba authored by Nate Begeman's avatar Nate Begeman
Browse files

Add support for MULHS and MULHU nodes

Have LegalizeDAG handle SREM and UREM for us
Codegen SDIV and UDIV by constant as a multiply by magic constant instead
of integer divide, which is very slow.

llvm-svn: 21104
parent 20b7d2a3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment