Files
clang-p2996/llvm/test/CodeGen/X86/insert.ll
David Li f44079db22 [ISel] Add pattern matching for depositing subreg value (#75978)
Depositing value into the lowest byte/word is a common code pattern.
This patch improves the code generation for it to avoid redundant AND
and OR operations.
2023-12-21 10:18:57 -08:00

2.5 KiB