1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-29 15:02:53 +01:00
Commit Graph

1 Commits

Author SHA1 Message Date
Michael Liao
d464e3d65b [PATCH] Fix VGATHER* operand constraints
Add earlyclobber constaints to prevent input register being allocated as
the output register because, according to Intel spec [1], "If any pair
of the index, mask, or destination registers are the same, this
instruction results a UD fault."

---
[1] http://software.intel.com/sites/default/files/319433-014.pdf

llvm-svn: 183327
2013-06-05 18:12:26 +00:00