[PATCH] D149634: [clang][Interp] Implement inc/dec operators for floats

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 1 23:21:31 PDT 2023


tbaeder created this revision.
tbaeder added reviewers: aaron.ballman, erichkeane, tahonermann, shafik, sepavloff.
Herald added a project: All.
tbaeder requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Looks like I forgot these.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149634

Files:
  clang/lib/AST/Interp/ByteCodeExprGen.cpp
  clang/lib/AST/Interp/Floating.h
  clang/lib/AST/Interp/Interp.h
  clang/lib/AST/Interp/Opcodes.td
  clang/test/AST/Interp/floats.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149634.518642.patch
Type: text/x-patch
Size: 7004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230502/421503dc/attachment.bin>


More information about the cfe-commits mailing list