[PATCH] D134001: [TableGen] Add div bang operator

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 18:21:19 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/docs/TableGen/ProgRef.rst:1627
+    This operator preforms signed division of *a* by *b*, and produces the quotient.
+    Division by 0 produces an error. Division by INT64_MIN produces an error.
+
----------------
It's division of INT64_MIN by -1


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134001



More information about the llvm-commits mailing list