[PATCH] D151758: [Reassociate] Group select of constants together with constants
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 31 00:58:05 PDT 2023
nikic added inline comments.
================
Comment at: llvm/test/Transforms/Reassociate/select-of-constants.ll:19
+ ret i32 %add_
+}
----------------
This test produces the same result before and after your patch (https://llvm.godbolt.org/z/v6oe486Mc).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151758/new/
https://reviews.llvm.org/D151758
More information about the llvm-commits
mailing list