[PATCH] D113970: [SelectionDAG] Add pattern to haveNoCommonBitsSet.

Omer Aviram via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 24 08:01:06 PST 2021


OmerAviram added a comment.

In D113970#3151343 <https://reviews.llvm.org/D113970#3151343>, @spatel wrote:

> Do we expect all vector types/targets to bypass this in some way? If yes, it's worth adding a comment to the patch description and/or code. If no, can we find a test that shows an asm difference?

What exactly do you mean by bypass it? This addition to haveNoCommonBitsSet works for vector types as well. Do you mean add another lit test for vector types?


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

https://reviews.llvm.org/D113970



More information about the llvm-commits mailing list