[all-commits] [llvm/llvm-project] 5349b5: [GlobalISel] Add computeNumSignBits for ASHR
David Green via All-commits
all-commits at lists.llvm.org
Mon May 26 00:41:48 PDT 2025
Branch: refs/heads/users/davemgreen/gh-gi-ashr
Home: https://github.com/llvm/llvm-project
Commit: 5349b5cb41ec3cc9ceb18e35bc62c0fabba4d32e
https://github.com/llvm/llvm-project/commit/5349b5cb41ec3cc9ceb18e35bc62c0fabba4d32e
Author: David Green <david.green at arm.com>
Date: 2025-05-26 (Mon, 26 May 2025)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/GISelValueTracking.h
M llvm/lib/CodeGen/GlobalISel/GISelValueTracking.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/knownbits-ashr.mir
M llvm/test/CodeGen/AArch64/aarch64-dup-ext.ll
M llvm/test/CodeGen/AArch64/aarch64-smull.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-smulh.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/postlegalizercombiner-sbfx.mir
M llvm/test/CodeGen/RISCV/GlobalISel/legalizer/legalize-abs-rv64.mir
M llvm/test/CodeGen/RISCV/GlobalISel/rv64zbb.ll
Log Message:
-----------
[GlobalISel] Add computeNumSignBits for ASHR
Commit: c20e8090677b2d736c7c6076231c8f06c5657d43
https://github.com/llvm/llvm-project/commit/c20e8090677b2d736c7c6076231c8f06c5657d43
Author: David Green <david.green at arm.com>
Date: 2025-05-26 (Mon, 26 May 2025)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/GISelValueTracking.h
M llvm/lib/CodeGen/GlobalISel/GISelValueTracking.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/knownbits-ashr.mir
Log Message:
-----------
Add a bitwidth and fixup test
Compare: https://github.com/llvm/llvm-project/compare/9e085fa5455f...c20e8090677b
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