[all-commits] [llvm/llvm-project] d6b04f: [SDag] Refactor and simplify divergence calculatio...
Jay Foad via All-commits
all-commits at lists.llvm.org
Tue Sep 29 06:12:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d6b04f3937e374572039005d1446b4a950dc8f01
https://github.com/llvm/llvm-project/commit/d6b04f3937e374572039005d1446b4a950dc8f01
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-09-29 (Tue, 29 Sep 2020)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[SDag] Refactor and simplify divergence calculation and checking. NFC.
Commit: 781edd501c25ce1b526764e2b048e9e1c5a41728
https://github.com/llvm/llvm-project/commit/781edd501c25ce1b526764e2b048e9e1c5a41728
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-09-29 (Tue, 29 Sep 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Log Message:
-----------
[SDag] Verify DAG divergence after dumping. NFC.
When debugging, it's useful to be able to see the DAG that has just
failed divergence verification.
Compare: https://github.com/llvm/llvm-project/compare/75a5febe31cb...781edd501c25
More information about the All-commits
mailing list