[all-commits] [llvm/llvm-project] b8a5a0: [InstCombine] Use pointer alignment in SimplifyDem...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Nov 30 04:57:11 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8a5a015d12c698a3254898c94d0adffe0724fa8
https://github.com/llvm/llvm-project/commit/b8a5a015d12c698a3254898c94d0adffe0724fa8
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
Log Message:
-----------
[InstCombine] Use pointer alignment in SimplifyDemandedBits
For parity with computeKnownBits(). This came up when adding a
consistency assertion.
More information about the All-commits
mailing list