This is an archive of the discontinued LLVM Phabricator instance.

[DAGCombine] Fix for regression introduced in rL359398
AbandonedPublic

Authored by nemanjai on May 1 2019, 9:02 AM.

Details

Reviewers
spatel
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

Repository
rL LLVM