Displaying 1 result from an estimated 1 matches for "91d2e5c".
Did you mean:
911ce5c
2020 Nov 16
0
LLVM Weekly - #359, November 16th 2020
....llvm.org/pipermail/llvm-dev/2020-November/146563.html),
at a small cost to code size. This triggered further discussion and proposals.
## LLVM commits
* llvm-build has been replaced by plain CMake.
[9218ff5](https://reviews.llvm.org/rG9218ff50f93).
* TableGen gained a `!filter` bang operator.
[91d2e5c](https://reviews.llvm.org/rG91d2e5c81ae).
* `!annotation` metadata was introduced alongside a pass that emits summary
remarks per function with counts for each annotation kind.
[8bb6347](https://reviews.llvm.org/rG8bb6347939b).
* The AMDGPU backend gained an `amdgpu_gfx` calling convention.
[a022...