[PATCH] D62705: [IR] Add UnaryOperator::CreateFNegFMF(...)
    Sanjay Patel via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jun  7 09:52:45 PDT 2019
    
    
  
spatel added inline comments.
================
Comment at: llvm/include/llvm/IR/InstrTypes.h:168
+                                      const Twine &Name = "") {
+    return CreateWithCopiedFlags(Instruction::FNeg, Op, FMFSource);
+  }
----------------
Sorry, I missed this on 1st glance: we should be passing the "Name" parameter through here.
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62705/new/
https://reviews.llvm.org/D62705
    
    
More information about the llvm-commits
mailing list