[PATCH] D96881: Avoid Bitcast-GEP fusion for void pointers

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 11:27:42 PST 2021


nikic requested changes to this revision.
nikic added reviewers: spatel, lebedev.ri.
nikic added a comment.
This revision now requires changes to proceed.

Haven't looked into the motivating case yet, but what this patch does is definitely not correct, because it is not permitted to make optimization decisions based on pointer element types.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96881



More information about the llvm-commits mailing list