[PATCH] D148594: [X86] Transform `(cmp eq/ne trunc(X), C)` -> `(cmp eq/ne X, Zext(C))`

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 23 03:29:35 PDT 2023


RKSimon added a comment.

Thanks @goldstein.w.n - I've raised https://github.com/llvm/llvm-project/issues/62312 to discuss this


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148594



More information about the llvm-commits mailing list