Try some dumb strength reductions to "simpler" opcodes.
Make some opcode substitutions I typically try to get smaller
MIR out of codegen. This is a bit target specific and I have a
lot of increasingly target specific modifications I try
during manual reduction.
Details
Details
- Reviewers
regehr aeubanks lebedev.ri fhahn diegotf
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Handle a few easy cases where it's easy to replace a target specific intrinsic with a structurally identical generic intrinsic
looks like this patch is on top of something not in LLVM