[PATCH] D134001: [TableGen] Add div bang operator
    Craig Topper via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Sep 15 19:13:33 PDT 2022
    
    
  
craig.topper added inline comments.
================
Comment at: llvm/docs/TableGen/ProgRef.rst:1626
+``!div(``\ *a*\ ``,`` *b*\ ``)``
+    This operator divides *a* and *b*, and produces the quotient.
+    Division by 0 produces an error.
----------------
clarify whether this is a signed or unsigned division?
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