[PATCH] D109124: [ARM] Implement target hook function to decide folding (mul (add x, c1), c2)

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 1 19:35:21 PDT 2021


benshi001 added a comment.

I have troubles with thumb and 'arm without movt/movw', so let me submit the partial change, which leads to better code for 'arm with movt/movw'.

And mark the thumb and 'arm without movt/movw' as TODOs.


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

https://reviews.llvm.org/D109124



More information about the llvm-commits mailing list