[PATCH] D145677: [ConstraintElimination] Fix undefined behaviour in shl decomposition

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 10:01:52 PST 2023


vitalybuka added a comment.

In D145677#4184405 <https://reviews.llvm.org/D145677#4184405>, @fhahn wrote:

> Thanks for the fix @vitalybuka ! I am surprised this wasn't covered by the added tests. Any idea why that is?

I guess you need shift by [32; 63] to hit this case


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145677



More information about the llvm-commits mailing list