[PATCH] D138324: [SystemZ] Make sure that combineGET_CCMASK() can handle a truncated SELECT_CCMASK.

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 08:28:05 PST 2022


uweigand added a comment.

Looking into this a bit more, the argument to `GET_CCMASK` is known to be a boolean value (either 0 or 1), so we don't need to verify that after all, and can just accept truncates in general.


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

https://reviews.llvm.org/D138324



More information about the llvm-commits mailing list