Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Issue 788283002: Reduce one layer of decoding for binary operations in bitcode reading. (Closed)

Created:
6 years ago by Karl
Modified:
6 years ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Visibility:
Public.

Description

Reduce one layer of decoding for binary operations in bitcode reading. Removes the need to call function llvm::DecodeBinaryOp. In turn, this removes the need for enum type llvm::Instruction::BinaryOps, llvm::Type.isFPOrFPVectorTy, and one call to llvm::convertToLLVMType. BUG= None R=jvoung@chromium.org, stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=9bb188d8afbc0b7d3cde3334cca56b8a09301443

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -60 lines) Patch
M src/PNaClTranslator.cpp View 4 chunks +56 lines, -60 lines 0 comments Download
M tests_lit/llvm2ice_tests/mangle.ll View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Karl
6 years ago (2014-12-10 18:34:34 UTC) #3
jvoung (off chromium)
lgtm
6 years ago (2014-12-10 19:12:56 UTC) #4
Jim Stichnoth
also lgtm
6 years ago (2014-12-10 19:17:53 UTC) #5
Karl
6 years ago (2014-12-10 20:54:42 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
9bb188d8afbc0b7d3cde3334cca56b8a09301443 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698