Issue 84207
Summary [ADT] Add APIntOps::mulhs / APIntOps::mulhu
Labels good first issue, llvm:support
Assignees
Reporter RKSimon
    - [ ] Move implementations from SelectionDAG.cpp FoldValue into APInt.h APIntOps
https://github.com/llvm/llvm-project/blob/deff460b46dfcc8d6d5917a2b78c0d52edbe4afb/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp#L6012-L6016
https://github.com/llvm/llvm-project/blob/deff460b46dfcc8d6d5917a2b78c0d52edbe4afb/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp#L6018-L6022

- [ ] Add APIntTest unit test coverage
- [ ] Update DivisionByConstantTest.cpp
- [ ] Update KnownBitsTest.cpp to use APIntOps::mulhs/u in exhaustive tests
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to