[all-commits] [llvm/llvm-project] ced41a: [InstCombine] Remove redundant urem demanded bits ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Jun 18 05:16:32 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ced41a125c7efdb11087570850bac27a94891030
https://github.com/llvm/llvm-project/commit/ced41a125c7efdb11087570850bac27a94891030
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-06-18 (Tue, 18 Jun 2024)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
Log Message:
-----------
[InstCombine] Remove redundant urem demanded bits case
This does the recursive simplification with all bits demanded,
which is not useful. Fall through to the fallback case instead.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list