craig.topper added inline comments.

================
Comment at: clang/utils/TableGen/RISCVVEmitter.cpp:881
+    if (!Def->hasSideEffects())
+      OS << "\"n\")\n";
+    else
----------------
"n" refers to "nothrow" which means the builtin doesn't throw a C++ exception. 
None of our builtins throw a C++ exceptions so they should all have "n" as far 
as I know.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95016/new/

https://reviews.llvm.org/D95016

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to