[PATCH] D156212: [clang][Interp] Implement remaining strcmp builtins

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 10 01:51:37 PDT 2023


tbaeder added a comment.

I have a local patch that implements these builtins by doing a bitcast to a buffer first. There is a comment in `ExprConstant.cpp` that talks about the same thing. That path probably makes more sense? I'd abandon this review then.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156212



More information about the cfe-commits mailing list