[PATCH] D153963: [InstCombine] Fold binop of select and cast of select condition

Antonio Frighetto via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 10:47:25 PDT 2023


antoniofrighetto added a comment.

@goldstein.w.n, looking at the CI failure <https://buildkite.com/llvm-project/premerge-checks/builds/165237> on Windows, it seems like that for test `sub_select_sext_op_swapped_non_const_args` it expects `sub i6 0, [[ARGF]]` to be the first instruction, as opposed to the one on Linux, where that sub appears as second instruction. That may be the reason why FileCheck fails.


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

https://reviews.llvm.org/D153963



More information about the llvm-commits mailing list