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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 12:52:48 PST 2021


nikic added a comment.

Thanks! Could you please include the necessary test changes, so it's possible to see the impact of the patch? Updating tests should just be a matter of running `llvm/utils/update_test_checks.py --opt-bin build/bin/opt llvm/test/Transforms/InstCombine/test_name.ll`.


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

https://reviews.llvm.org/D96881



More information about the llvm-commits mailing list