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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 04:21:31 PDT 2022


RKSimon added a comment.

(pedantic) The title says 'relax' but is anything this is an additional limitation



================
Comment at: llvm/test/Transforms/InstCombine/add.ll:773
+  ret i8 %r
+}
+
----------------
pre-commit this to trunk to show current codegen and rebase the patch to show the diff


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