[all-commits] [llvm/llvm-project] 5ec47c: [DAG] Add MERGE_VALUE computeKnownBits/ComputeNumS...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Jul 17 04:03:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ec47c6dc5e2954c02319e7609c17acd39684ad0
https://github.com/llvm/llvm-project/commit/5ec47c6dc5e2954c02319e7609c17acd39684ad0
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-07-17 (Sun, 17 Jul 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/test/CodeGen/AMDGPU/sdiv.ll
Log Message:
-----------
[DAG] Add MERGE_VALUE computeKnownBits/ComputeNumSignBits handling.
Just forward the value tracking to the operand specified by the ResNo
Commit: 26ce33706f8f09849c2a0adce413fdddcfc2c840
https://github.com/llvm/llvm-project/commit/26ce33706f8f09849c2a0adce413fdddcfc2c840
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-07-17 (Sun, 17 Jul 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[DAG] computeKnownBits - move UDIV handling to same place as UREM/SREM. NFC.
Compare: https://github.com/llvm/llvm-project/compare/cc0ee1795195...26ce33706f8f
More information about the All-commits
mailing list