search for: isregisterrich

Displaying 1 result from an estimated 1 matches for "isregisterrich".

2018 Jan 22
0
LLVM Weekly - #212, Jan 22nd 2018
...20499.html). * Sjoerd Meijer has [revived](http://lists.llvm.org/pipermail/llvm-dev/2018-January/120537.html) the RFC on half-precision floating point support in the Arm backends. * Hongbin Zheng is [looking for feedback](http://lists.llvm.org/pipermail/llvm-dev/2018-January/120513.html) on a new isRegisterRich hook intended to be used for targets such as FPGAs where register pressure is not a concern. ## LLVM commits * Alignment arguments to memcpy/memmov/memset have been removed in favour of alignment attributes. The commit message contains a sed script that may help updating out-of-tree tests. [r322...