[PATCH] D145001: [X86] Add additional tests for folding `(select (setgt X, -1), C, C+1)`; NFC

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 11:56:27 PST 2023


goldstein.w.n added a comment.

In D145001#4164267 <https://reviews.llvm.org/D145001#4164267>, @RKSimon wrote:

> i64 test cases (both a compare and select) would be useful to see what happens on 32-bit builds

We already have an i64 test in the file (the original test case that prompted this patch).
See: `selecti64i32`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145001



More information about the llvm-commits mailing list