[all-commits] [llvm/llvm-project] 4331b3: [PredicateInfo] Use new Instruction::comesBefore i...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Apr 20 01:22:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4331b3812ae1b83dc4d5bda3b610410cccdfb13b
https://github.com/llvm/llvm-project/commit/4331b3812ae1b83dc4d5bda3b610410cccdfb13b
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-04-20 (Mon, 20 Apr 2020)
Changed paths:
M llvm/lib/Transforms/Utils/PredicateInfo.cpp
Log Message:
-----------
[PredicateInfo] Use new Instruction::comesBefore instead of OI (NFC).
The recently added Instruction::comesBefore can be used instead of
OrderedInstructions.
Reviewers: rnk, nikic, efriedma
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D78452
More information about the All-commits
mailing list