Displaying 1 result from an estimated 1 matches for "rl333015".
Did you mean:
r333015
2018 May 28
0
LLVM Weekly - #230, May 28th 2018
.../lists.llvm.org/pipermail/llvm-dev/2018-May/123550.html),
proposing a clear conceptual model for its operation.
## LLVM commits
* Support for "thunk" outlining was added for AArch64. This uses a tail-call
when outlining a sequence that ends in a call.
[r333015](https://reviews.llvm.org/rL333015).
* A new machine instruction property 'isMoveReg' was introduced alongside a
new isCopyInstr hook. This support is a pre-requisite for a patch which allows
LiveDebugValues to follow a variable's value moving from one register to
another. [r333093](https://reviews.llvm.org/rL333093)....