group unsafe math folds together for easier reading
authorSanjay Patel <spatel@rotateright.com>
Mon, 8 Sep 2014 17:32:19 +0000 (17:32 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 8 Sep 2014 17:32:19 +0000 (17:32 +0000)
commitf6ab875af01baa8d4224af0508a51c83840a4dc6
tree36c5e78d7450a40e14454a1f98c57c8b624008de
parentc3c0c6df2a83f8a4b4b8361e7050f794bf9afd35
group unsafe math folds together for easier reading

Also added a FIXME regarding redundant folds for non-canonicalized constants.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217390 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp