Skip to content
Commit b52fcd63 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

MC/X86: Subdivide immediates a bit more, so that we properly recognize...

MC/X86: Subdivide immediates a bit more, so that we properly recognize immediates based on the width of the target instruction. For example:
  addw $0xFFFF, %ax
should match the same as
  addw $-1, %ax
but we used to match it to the longer encoding.

llvm-svn: 104453
parent 346782c1
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