[PATCH] D124425: MemoryBuiltins: replace most users of isFreeCall with isFreeLikeCall

Justin Bogner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 13:02:33 PDT 2022


bogner added a comment.

This affects tests a bit more than I'd expect - I guess these are test issues where we weren't calling the builtin free for one reason or another. Would it be better to fix up the tests so that they do the right things without this change beforehand to make it obvious that this isn't changing behaviour in a weird way?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124425



More information about the llvm-commits mailing list