[all-commits] [llvm/llvm-project] d14c8f: [X86] getFauxShuffleMask - don't allow undefs in c...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Jan 28 04:33:32 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d14c8f06ea1dceba1ec6c0823e55e3a142a48f46
https://github.com/llvm/llvm-project/commit/d14c8f06ea1dceba1ec6c0823e55e3a142a48f46
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-01-28 (Sun, 28 Jan 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] getFauxShuffleMask - don't allow undefs in constant for AND/ANDNP shuffle masks
Early out from getTargetConstantBitsFromNode call instead of just returning if an undef was found.
More information about the All-commits
mailing list