Displaying 1 result from an estimated 1 matches for "r332015".
Did you mean:
332015
2018 May 14
0
LLVM Weekly - #228, May 14th 2018
...implementation
work.
## LLVM commits
* WebAssembly gained an initial disassembler.
[r332052](https://reviews.llvm.org/rL332052).
* CodeGenPrepare was modified to split large data structures in the hope of
maximising the opportunity of merging offsets into the generated load/store
instructions. [r332015](https://reviews.llvm.org/rL332015).
* An initial version of the llvm-strip tool was introduced. This is ultimately
intended to be a drop-in replacement for binutils strip.
[r331663](https://reviews.llvm.org/rL331663).
* DILabel metadata and the llvm.dbg.label intrinsic have been introduced to
LL...