[all-commits] [llvm/llvm-project] 85cbfe: [NFC] Fix comment describing what EdgeBundles is
max-azul via All-commits
all-commits at lists.llvm.org
Tue Mar 23 21:04:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85cbfe75afa734b9e141fb11c8fd3c63e815616b
https://github.com/llvm/llvm-project/commit/85cbfe75afa734b9e141fb11c8fd3c63e815616b
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2021-03-24 (Wed, 24 Mar 2021)
Changed paths:
M llvm/include/llvm/CodeGen/EdgeBundles.h
Log Message:
-----------
[NFC] Fix comment describing what EdgeBundles is
The original comment says the same thing twice, and does not mention that
edges entering the block are also in the same bundle (which seems true from
what the underlying code is doing).
Differential Revision: https://reviews.llvm.org/D99144
Reviewed By: RKSimon
More information about the All-commits
mailing list