[PATCH] D129844: [InstCombine] Restrict "(X & 0xFF00) + xx00 --> (X + xx00) & 0xFF00"
Chris Lattner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 15 15:03:00 PDT 2022
lattner added a comment.
I haven't worked at this level before, but what I used to do is to build the entire test-suite to tree full of .s files with both patches, then diff them and sniff test which looks better.
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