[all-commits] [llvm/llvm-project] 68fc0c: [GlobalISel] Add computeKnownBits for G_SHUFFLE_VE...
David Green via All-commits
all-commits at lists.llvm.org
Sun May 11 23:52:37 PDT 2025
Branch: refs/heads/users/davemgreen/gh-gi-shufflenumsignbits
Home: https://github.com/llvm/llvm-project
Commit: 68fc0c493331eaa56ebc862ef7dfb7106cabad82
https://github.com/llvm/llvm-project/commit/68fc0c493331eaa56ebc862ef7dfb7106cabad82
Author: David Green <david.green at arm.com>
Date: 2025-05-12 (Mon, 12 May 2025)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/GISelValueTracking.cpp
M llvm/test/CodeGen/AArch64/aarch64-dup-ext.ll
M llvm/test/CodeGen/AArch64/aarch64-matrix-umull-smull.ll
Log Message:
-----------
[GlobalISel] Add computeKnownBits for G_SHUFFLE_VECTOR
The code is similar to computeKnownBits and the code in
SelectionDAG::ComputeNumSignBits
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