[PATCH] D127398: [InstCombine] add vector support for (A >> C) == (B >> C) --> (A^B) u< (1 << C)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 10 02:33:19 PDT 2022


RKSimon added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/compare-signs.ll:62
+  ret <2 x i32> %t3
+}
+
----------------
Please can add non-uniform vector tests as well?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127398



More information about the llvm-commits mailing list