commit | 9bb188d8afbc0b7d3cde3334cca56b8a09301443 | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Wed Dec 10 12:54:34 2014 -0800 |
committer | Karl Schimpf <kschimpf@google.com> | Wed Dec 10 12:54:34 2014 -0800 |
tree | ae9a583bb285268aa48cb4627b50784bc5d5c8eb | |
parent | f875d45fb80c259054f1377ecc8537ddda9204c9 [diff] |
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 Review URL: https://codereview.chromium.org/788283002