[PATCH] D80050: [NFC] Run clang-format on ISDOpcodes.h

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 16 13:45:36 PDT 2020


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

Normally, we try to avoid running clang-fomat on whole files at a time, but I guess git-clang-format is unhappy with this file because the indentation is wrong.  So LGTM, I guess, with one minor comment.



================
Comment at: llvm/include/llvm/CodeGen/ISDOpcodes.h:1173
+  // Opcode          N U L G E       Intuitive operation
+  SETFALSE, //    0 0 0 0       Always false (always folded)
+  SETOEQ,   //    0 0 0 1       True if ordered and equal
----------------
Please fix this table so the columns line up again.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80050





More information about the llvm-commits mailing list