commit | 3281748ca3956af27081458f7c2daf0973ecf1fd | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Mon Dec 15 09:52:26 2014 -0800 |
committer | Karl Schimpf <kschimpf@google.com> | Mon Dec 15 09:52:26 2014 -0800 |
tree | 64ad02e6482d112543df618a456657f61e9719f3 | |
parent | 9a04c0760fe48d0003ffcc5be13f67ccd924a9a4 [diff] |
Simplify LLVM's APInt and APFloat for use in Subzero. In Subzero, we only need to be able to convert 64 bit constants in bitcode files to the corresponding Ice integer or floating type. This CL extracts the minimal implementation needed for Subzero. The intent of this change is to remove loading unnecessary LLVM code into (minimal) llvm2ice. BUG=None R=stichnot@chromium.org Review URL: https://codereview.chromium.org/797323002