[all-commits] [llvm/llvm-project] 7593a4: [Dominators] Use Instruction::comesBefore for bloc...
Vedant Kumar via All-commits
all-commits at lists.llvm.org
Thu Feb 20 16:42:08 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7593a480dbce4e26f7dda4aa8f15bffd03acbfdb
https://github.com/llvm/llvm-project/commit/7593a480dbce4e26f7dda4aa8f15bffd03acbfdb
Author: Vedant Kumar <vsk at apple.com>
Date: 2020-02-20 (Thu, 20 Feb 2020)
Changed paths:
M llvm/lib/IR/Dominators.cpp
M llvm/unittests/IR/DominatorTreeTest.cpp
Log Message:
-----------
[Dominators] Use Instruction::comesBefore for block-local queries, NFC
Use the lazy instruction ordering facility for block-local dominance
queries.
Differential Revision: https://reviews.llvm.org/D74931
More information about the All-commits
mailing list