[PATCH] D99158: [RISCV][WIP] Implement intrinsics for P extension
    Jim Lin via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Apr  6 00:33:53 PDT 2021
    
    
  
Jim added inline comments.
================
Comment at: clang/lib/CodeGen/CGBuiltin.cpp:17944
+
+  // P extension
+#define EMIT_BUILTIN(NAME, INT) \
----------------
I have concern here. It has lots of duplicate code if the code style is the same as B in the top.
And the name of macro is not good.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99158/new/
https://reviews.llvm.org/D99158
    
    
More information about the llvm-commits
mailing list