OSDN Git Service

Add icmp and fcmp instructions to Subzero bitcode reader.
authorKarl Schimpf <kschimpf@google.com>
Fri, 5 Sep 2014 15:30:55 +0000 (08:30 -0700)
committerKarl Schimpf <kschimpf@google.com>
Fri, 5 Sep 2014 15:30:55 +0000 (08:30 -0700)
commit83f9f0c1b516f563efb91f0b69cfa4c075631403
tree1c1fe3b0e0f25d9ba7551dd010ade32f333a04f7
parentdd30c81e6c648cdbd06eff7d8d9a3f4c85be2656
Add icmp and fcmp instructions to Subzero bitcode reader.

BUG= https://code.google.com/p/nativeclient/issues/detail?id=3894
R=jvoung@chromium.org, stichnot@chromium.org

Review URL: https://codereview.chromium.org/543793003
src/IceTypes.cpp
src/IceTypes.def
src/IceTypes.h
src/PNaClTranslator.cpp
tests_lit/reader_tests/compare.ll [new file with mode: 0644]