[all-commits] [llvm/llvm-project] 137aa5: [GlobalISel] Add computeNumSignBits for G_BUILD_VE...
David Green via All-commits
all-commits at lists.llvm.org
Tue May 13 01:36:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 137aa573ca1862303da21c10528b682b280e75e2
https://github.com/llvm/llvm-project/commit/137aa573ca1862303da21c10528b682b280e75e2
Author: David Green <david.green at arm.com>
Date: 2025-05-13 (Tue, 13 May 2025)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/GISelValueTracking.cpp
M llvm/test/CodeGen/AArch64/aarch64-dup-ext.ll
M llvm/unittests/CodeGen/GlobalISel/KnownBitsVectorTest.cpp
Log Message:
-----------
[GlobalISel] Add computeNumSignBits for G_BUILD_VECTOR. (#139506)
The code is similar to SelectionDAG::ComputeNumSignBits, but does not
deal with truncating buildvectors.
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