[all-commits] [llvm/llvm-project] 944539: [KnownBits] Add support for X*X self-multiplicatio...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Feb 6 11:40:31 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 94453952fc9503acaef9633c5dd47829c183bfe3
https://github.com/llvm/llvm-project/commit/94453952fc9503acaef9633c5dd47829c183bfe3
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-02-06 (Sun, 06 Feb 2022)
Changed paths:
M llvm/include/llvm/Support/KnownBits.h
M llvm/lib/Support/KnownBits.cpp
Log Message:
-----------
[KnownBits] Add support for X*X self-multiplication (update)
Rename the SelfMultiply argument to make it clearer that the argument must not be undef
Differential Revision: https://reviews.llvm.org/D108992
More information about the All-commits
mailing list