commit | dd30c81e6c648cdbd06eff7d8d9a3f4c85be2656 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Thu Sep 04 16:39:02 2014 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Thu Sep 04 16:39:02 2014 -0700 |
tree | 93ba35116e36202fd1df1d0d9409fe9efa4cc0e5 | |
parent | 1d6f0e45068045fc30912e6f0907099b53d1064e [diff] |
Subzero: Fix sext/zext lowering with i1 source operands. Also declare a few variables as Constant* instead of Operand* when they hold the result of Ctx->getConstantInt(), to be consistent with the rest of the code. BUG= none R=jvoung@chromium.org Review URL: https://codereview.chromium.org/541093002