[PATCH] D62790: [CFLGraph] Add FAdd to visitConstantExpr.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 12:33:27 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL362441: [CFLGraph] Add FAdd to visitConstantExpr. (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D62790?vs=202584&id=202776#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62790/new/

https://reviews.llvm.org/D62790

Files:
  llvm/trunk/lib/Analysis/CFLGraph.h


Index: llvm/trunk/lib/Analysis/CFLGraph.h
===================================================================
--- llvm/trunk/lib/Analysis/CFLGraph.h
+++ llvm/trunk/lib/Analysis/CFLGraph.h
@@ -555,6 +555,7 @@
       }
 
       case Instruction::Add:
+      case Instruction::FAdd:
       case Instruction::Sub:
       case Instruction::FSub:
       case Instruction::Mul:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62790.202776.patch
Type: text/x-patch
Size: 371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190603/79060dd0/attachment.bin>


More information about the llvm-commits mailing list