[PATCH] D88789: [InstCombine] Revert rL226781 "Teach InstCombine to canonicalize loads which are only ever stored to always use a legal integer type if one is available." (PR47592)

Nuno Lopes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 3 14:58:14 PDT 2020


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

Love it, thanks!
This gets rid of a lot of type punning issues through load/store of integers. Not introducing inttoptr during optimization is a very healthy goal.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88789



More information about the llvm-commits mailing list