[PATCH] D137599: [libunwind][PowerPC] Fix saving/restoring VSX registers on LE systems

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 14:09:02 PST 2023


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: libcxxabi/test/vendor/ibm/vec_reg_restore-le.pass.cpp:41
+}
+#define cmpVS63(vec, result)                                                                                           \
+  {                                                                                                                    \
----------------
add blank line


================
Comment at: libcxxabi/test/vendor/ibm/vec_reg_restore-le.pass.cpp:61
+                 : "cr6");                                                                                             \
+  }
+int main(int, char**) {
----------------
blank line after a macro definition


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137599



More information about the llvm-commits mailing list