Displaying 1 result from an estimated 1 matches for "rl289756".
Did you mean:
r289756
2016 Dec 19
0
LLVM Weekly - #155, Dec 19th 2016
...ber/108182.html)
about analysis using the nonnull attribute.
## LLVM commits
* The processing of @llvm.assume intrinsics has been made more efficient by
using operand bundles. The old AssumptionCache has been removed.
[r289755](http://reviews.llvm.org/rL289755),
[r289756](http://reviews.llvm.org/rL289756).
* The ARM backend now supports codegen for execute-only code (i.e. code
intended to placed in a page without read permissions).
[r289784](http://reviews.llvm.org/rL289784).
* LLVM's aggressive dead code elimination pass gained the ability to remove
unnecessary control flow. This is the fina...