[all-commits] [llvm/llvm-project] 41d531: [BasicBlock] Added AnnotationWriter functionality ...
KirillVNaumov via All-commits
all-commits at lists.llvm.org
Thu Jun 18 12:50:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 41d53194fb9d5aba3e4861233b1af9cb62cc999a
https://github.com/llvm/llvm-project/commit/41d53194fb9d5aba3e4861233b1af9cb62cc999a
Author: Kirill Naumov <knaumov at azul.com>
Date: 2020-06-18 (Thu, 18 Jun 2020)
Changed paths:
M llvm/include/llvm/IR/BasicBlock.h
M llvm/lib/IR/AsmWriter.cpp
Log Message:
-----------
[BasicBlock] Added AnnotationWriter functionality to BasicBlock class
This functionality is very similar to Function compatibility with
AnnotationWriter. This change allows us to use AnnotationWriter with
BasicBlock through BB.print() method.
Reviewed-By: apilipenko
Differntial Revision: https://reviews.llvm.org/D81321
More information about the All-commits
mailing list