[PATCH] D84821: [InstCombine] Don't transfer BitCastInst at InstCombine pass when the user of BitCast is lifetime marker

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 13:09:48 PDT 2020


nikic added a comment.

I don't think this is the right approach to the problem. Can you give some more information on which places in LLVM assume that only bitcasts feed into lifetime intrinsics?


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

https://reviews.llvm.org/D84821



More information about the llvm-commits mailing list