[PATCH] D158861: [llvm] Move CallInst::CreateMalloc to IRBuilderBase::CreateMalloc

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 06:00:14 PDT 2023


nikic added a comment.

I went ahead and dropped the bitcast from the current implementation in https://github.com/llvm/llvm-project/commit/4491f0b969c04c93e8db397d51c6986e9371a49b. That commit contains the necessary test changes. So I think you should be able to revert this to the version without the bitcast and it should "just work" (hopefully).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158861



More information about the llvm-commits mailing list