[PATCH] D40913: TLI: Allow using PSV for intrinsic mem operands
    Hal Finkel via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Dec 14 11:52:38 PST 2017
    
    
  
hfinkel added inline comments.
================
Comment at: include/llvm/CodeGen/TargetLowering.h:723
   virtual bool getTgtMemIntrinsic(IntrinsicInfo &, const CallInst &,
+                                  MachineFunction &,
                                   unsigned /*Intrinsic*/) const {
----------------
Why are you adding this?
https://reviews.llvm.org/D40913
    
    
More information about the llvm-commits
mailing list