This is an archive of the discontinued LLVM Phabricator instance.

X86 (16, 32): Fix for bug 27653 (swapped arguments in BOUND instruction)
ClosedPublic

Authored by maya.madhavan on Feb 13 2018, 9:15 AM.

Details

Summary

The bound instruction does not have reversed operands.

"All intel opcodes have reversed operands except for "bound" and "enter". " - from GAS, tc-i386.c

Diff Detail

Repository
rL LLVM

Event Timeline

maya.madhavan created this revision.Feb 13 2018, 9:15 AM
This revision is now accepted and ready to land.Feb 13 2018, 9:18 AM

I do not have permission to commit the change. Could someone please commit the change for me?

I'll commit this.

This revision was automatically updated to reflect the committed changes.