[all-commits] [llvm/llvm-project] 43aa4a: [StandardInstrumentations] Assign names to basic b...
aeubanks via All-commits
all-commits at lists.llvm.org
Tue Aug 2 11:06:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43aa4ac70b82c8e378f84b65b49b4613649da8e0
https://github.com/llvm/llvm-project/commit/43aa4ac70b82c8e378f84b65b49b4613649da8e0
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M llvm/lib/Passes/StandardInstrumentations.cpp
A llvm/test/Other/ChangePrinters/print-changed-diff-empty-bb-name.ll
Log Message:
-----------
[StandardInstrumentations] Assign names to basic blocks without names
Fixes code in OrderedChangedData<T>::report which assumes that a string will only appear once in Before/After.
Reviewed By: jamieschmeiser
Differential Revision: https://reviews.llvm.org/D130587
More information about the All-commits
mailing list