Displaying 1 result from an estimated 1 matches for "82f86ae".
Did you mean:
82f16ce
2020 Nov 09
0
LLVM Weekly - #358, November 9th 2020
...A pipeline model was added for HiSilicon's TSV110 (AArch64).
[93b9972](https://reviews.llvm.org/rG93b99728b16).
## Clang commits
* A new bugprone-signal-handler check was added to clang-tidy.
[d1b2a52](https://reviews.llvm.org/rGd1b2a523191).
* A YAML compiler for API notes was committed.
[82f86ae](https://reviews.llvm.org/rG82f86ae01a5).
* A custom config file can now be specified for clang-tidy using
`--config-file`. [d6a468d](https://reviews.llvm.org/rGd6a468d622b).
## Other project commits
* A new 'TOSA' (Tensor Operator Set Architecture) MLIR dialect was added.
[b281211](htt...