[PATCH] D155568: [clang][Interp] Make sure we push integers of the correct size

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 22 22:09:24 PDT 2023


tbaeder added a comment.

This patch is missing the `Ret<PT_Sint32>` part in `InterpBuiltin()` in the same file. That needs to change to the correct type as well.

I can do that in a follow-up commit. @aaron.ballman Can you come up with a value I can pass to `-triple` so I can actually test that this works?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155568



More information about the cfe-commits mailing list