Skip to content
Commit 4216615f authored by Evan Cheng's avatar Evan Cheng
Browse files

Add TargetInstrInfo::isCoalescableInstr. It returns true if the specified

instruction is copy like where the source and destination registers can
overlap. This is to be used by the coalescable to coalesce the source and
destination registers of instructions like X86::MOVSX64rr32. Apparently
some crazy people believe the coalescer is too simple.

llvm-svn: 93210
parent e5f86be1
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