[PATCH] D60905: [OpenMP][LLVM][WIP] Add math functions support to OpenMP
    Johannes Doerfert via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Apr 19 13:34:07 PDT 2019
    
    
  
jdoerfert added inline comments.
================
Comment at: lib/Target/NVPTX/NVPTXISelLowering.cpp:587
   // Now deduce the information based on the above mentioned
   // actions
+  setOperationAction(ISD::FPOW,              MVT::f32,   Expand);
----------------
The comment should go below the setOperationAction calls
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60905/new/
https://reviews.llvm.org/D60905
    
    
More information about the llvm-commits
mailing list