Skip to content
Commit 7efc04cb authored by Nadav Rotem's avatar Nadav Rotem
Browse files

In LLVM FMA3 operands are dst, src1, src2, src3, however dst is not encoded as...

In LLVM FMA3 operands are dst, src1, src2, src3, however dst is not encoded as it is always src1. This was causing the encoding of the operands to be off by one.

Patch by Chris Bieneman.

llvm-svn: 188866
parent 092559e6
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