[PATCH] D157596: [clang][Interp] Handle mixed floating/integral compound assign operators

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 17 00:29:46 PDT 2023


cor3ntin added inline comments.


================
Comment at: clang/lib/AST/Interp/ByteCodeExprGen.cpp:2676
+
+    if (ToT == PT_Float) {
+      const llvm::fltSemantics *ToSem = &Ctx.getFloatSemantics(ToQT);
----------------
Might as well leave a comment here too, for symmetry 


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

https://reviews.llvm.org/D157596



More information about the cfe-commits mailing list