Skip to content
Commit e99a3c19 authored by Dan Gohman's avatar Dan Gohman
Browse files

Use a 32-bit and with implicit zero-extension instead of a 64-bit and if it

has an immediate with at least 32 bits of leading zeros, to avoid needing to
materialize that immediate in a register first.

FileCheckize, tidy, and extend a testcase to cover this case.

This fixes rdar://7527390.

llvm-svn: 93160
parent 9146e441
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