[PATCH] D130776: [IRBuilder] CreateIntrinsic with implicit mangling
    Nuno Lopes via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jul 29 06:53:01 PDT 2022
    
    
  
nlopes added inline comments.
================
Comment at: llvm/unittests/IR/IRBuilderTest.cpp:145
+  Value *Int64Val = Builder.getInt64(0);
+  Value *DoubleVal = UndefValue::get(Builder.getDoubleTy());
+  CallInst *Call;
----------------
Please use PoisonValue::get() whenever possible. Thank you!
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130776/new/
https://reviews.llvm.org/D130776
    
    
More information about the llvm-commits
mailing list