[PATCH] D134749: [clang][Interp] Implement Div opcode

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 29 23:48:27 PDT 2022


tbaeder marked an inline comment as done.
tbaeder added inline comments.


================
Comment at: clang/test/AST/Interp/literals.cpp:181
+
+
+  constexpr int LHS = 12;
----------------
aaron.ballman wrote:
> The only test coverage is for integer division; do you intend to also cover floating-point division?
I added some float div coverage in https://reviews.llvm.org/D134859


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134749



More information about the cfe-commits mailing list