[PATCH] D129844: [InstCombine] Restrict "(X & 0xFF00) + xx00 --> (X + xx00) & 0xFF00"

Piotr Sobczak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 08:46:51 PDT 2022


piotr added a comment.

I agree the proper fix would be to change the direction of canonicalization. I will look into it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129844



More information about the llvm-commits mailing list