[all-commits] [llvm/llvm-project] 4fa867: [DominanceInfo] Make the ctor take a defaulted val...
Chris Lattner via All-commits
all-commits at lists.llvm.org
Sun Jun 13 18:26:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4fa8677860436b7cf75c5d8bb80a0996c3a83327
https://github.com/llvm/llvm-project/commit/4fa8677860436b7cf75c5d8bb80a0996c3a83327
Author: Chris Lattner <clattner at nondot.org>
Date: 2021-06-13 (Sun, 13 Jun 2021)
Changed paths:
M mlir/include/mlir/IR/Dominance.h
M mlir/lib/IR/Verifier.cpp
Log Message:
-----------
[DominanceInfo] Make the ctor take a defaulted value for the operand. NFC.
This allows it to be default constructible, which makes sense given it
ignores the operand.
More information about the All-commits
mailing list