Displaying 1 result from an estimated 1 matches for "iscopyinstr".
Did you mean:
copyinstr
2018 May 28
0
LLVM Weekly - #230, May 28th 2018
...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).
* A series of patches that aims to improve the performance of
InstructionSelect during GlobalISel have...