[all-commits] [llvm/llvm-project] 613423: [CSE] Ask DominanceInfo about "hasSSADominance" in...
Chris Lattner via All-commits
all-commits at lists.llvm.org
Tue Jun 1 15:16:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6134231a78bf667a2f4357a415fac11e2732405a
https://github.com/llvm/llvm-project/commit/6134231a78bf667a2f4357a415fac11e2732405a
Author: Chris Lattner <clattner at nondot.org>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M mlir/lib/Transforms/CSE.cpp
Log Message:
-----------
[CSE] Ask DominanceInfo about "hasSSADominance" instead of reconstructing it.
I backed this off to make the previous patch easier to wrangle, but now
this is an efficient query and it is better to not replace it in CSE.
Differential Revision: https://reviews.llvm.org/D103494
More information about the All-commits
mailing list