This commit introduced an infinite loop in the DAG combiner on targets where floating point 1.0 is a constant pool load. This patch addresses that issue.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D61384
[DAGCombine] Fix for regression introduced in rL359398 AbandonedPublic Authored by nemanjai on May 1 2019, 9:02 AM.
Details
Summary This commit introduced an infinite loop in the DAG combiner on targets where floating point 1.0 is a constant pool load. This patch addresses that issue.
Diff Detail
Event Timeline
Revision Contents
Diff 197565 lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/PowerPC/repeated-fp-divisors.ll
|