commit | f0657dd84993473502477f45fb83a961b4eeec1c | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Thu Sep 25 14:04:12 2014 -0700 |
committer | Karl Schimpf <kschimpf@google.com> | Thu Sep 25 14:04:12 2014 -0700 |
tree | e68ae233a2510dcd571ea82fb33e2e6e7ab4f1a1 | |
parent | ad4035397bdf3484dbc12ade5f9ebd87fb5f037d [diff] |
Fix bug in Subzero bitcode reader for insertelement instruction. Instruction insertelement was incorrectly generating a result corresponding to the element type, instead of the updated vector type. BUG= None R=jvoung@chromium.org Review URL: https://codereview.chromium.org/604023003