[all-commits] [llvm/llvm-project] 2f3feb: [GlobalISel] Add G_SHUFFLE_VECTOR computeKnownBits
David Green via All-commits
all-commits at lists.llvm.org
Sun May 11 23:23:28 PDT 2025
Branch: refs/heads/users/davemgreen/gh-gi-shuffleknownbits
Home: https://github.com/llvm/llvm-project
Commit: 2f3feb70b7b169103b460297a957f4bde32cc8d4
https://github.com/llvm/llvm-project/commit/2f3feb70b7b169103b460297a957f4bde32cc8d4
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
M llvm/test/CodeGen/AArch64/aarch64-smull.ll
Log Message:
-----------
[GlobalISel] Add G_SHUFFLE_VECTOR computeKnownBits
The code is taken from SelectionDAG::computeKnownBits.
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