This is an archive of the discontinued LLVM Phabricator instance.

[DAGCombine] ((A-c1)+c2) -> (A+(c2-c1)) constant-fold
ClosedPublic

Authored by lebedev.ri on May 30 2019, 7:11 AM.

Diff Detail

Repository
rL LLVM