[llvm] [InstCombine] Lower flag check pattern to use a bitmask-shift (PR #169557)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 26 20:20:50 PST 2025


lukel97 wrote:

Does this transform already exist somewhere in LLVM to some degree? Just checking in godbolt trunk already seems to do a very similar transform on the C snippet in the PR description: https://compiler-explorer.com/z/qTbzc9e33


https://github.com/llvm/llvm-project/pull/169557


More information about the llvm-commits mailing list