]> granicus.if.org Git - llvm/commit
[InstCombine] use loop instead of recursion to peek through FPExt; NFCI
authorSanjay Patel <spatel@rotateright.com>
Thu, 23 Feb 2017 16:39:51 +0000 (16:39 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 23 Feb 2017 16:39:51 +0000 (16:39 +0000)
commit243d7e32bcf8c3b37606f0b77fcc0f71ac7e3579
tree1e996385630a252380d4ade9ac554cb085356ce4
parent8add37f8a72c6bc36068a7e2971215adc4cbb4fd
[InstCombine] use loop instead of recursion to peek through FPExt; NFCI

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295992 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCasts.cpp