[PATCH] D119967: [InstCombineCalls] Optimize call of bitcast even w/ parameter attributes

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 16:08:49 PDT 2022


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM

The classification into safe/unsafe makes sense to me.  There's probably some further cleanup we could do here, but this seems like a reasonable intermediate step.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119967



More information about the llvm-commits mailing list