[all-commits] [llvm/llvm-project] 4aba59: [ADT] Add signed and unsigned mulh to APInt (#84719)
Atousa Duprat via All-commits
all-commits at lists.llvm.org
Tue Apr 2 09:08:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4aba595f092e8e05e92656b23944ce6619465a78
https://github.com/llvm/llvm-project/commit/4aba595f092e8e05e92656b23944ce6619465a78
Author: Atousa Duprat <atousa.p at gmail.com>
Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths:
M llvm/include/llvm/ADT/APInt.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/Support/APInt.cpp
M llvm/unittests/ADT/APIntTest.cpp
M llvm/unittests/Support/KnownBitsTest.cpp
M mlir/lib/Dialect/Arith/IR/ArithOps.cpp
M mlir/lib/Dialect/SPIRV/IR/SPIRVCanonicalization.cpp
Log Message:
-----------
[ADT] Add signed and unsigned mulh to APInt (#84719)
Fixes #84207
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