[PATCH] D78439: [AVR] Fix miscompilation of zext + add

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 18 08:40:48 PDT 2020


aykevl added a comment.

I suspect the patterns are technically a bug, but may not show up in practice if they're all buggy in the exact same way. If all additions in a chain are replaced with subtractions, then it should work.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78439





More information about the llvm-commits mailing list