[PATCH] D149577: [InstCombine] Add bswap(logic_op(bswap(x), y)) regression test case; NFC

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 3 14:35:19 PDT 2023


goldstein.w.n added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/bswap-fold.ll:781
+
+
 define i64 @bs_active_high8(i64 %0) {
----------------
your `*_rhs_*` tests appear to have the `bswap` still on the lhs.


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

https://reviews.llvm.org/D149577



More information about the llvm-commits mailing list