[all-commits] [llvm/llvm-project] e0db7f: [WebAssembly] Optimize away mask of 63 for sra and...
Jasmine Tang via All-commits
all-commits at lists.llvm.org
Tue Dec 2 10:23:38 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e0db7f347c0afe2f1cdf3511f2e99cf5fc8541ed
https://github.com/llvm/llvm-project/commit/e0db7f347c0afe2f1cdf3511f2e99cf5fc8541ed
Author: Jasmine Tang <jjasmine at igalia.com>
Date: 2025-12-02 (Tue, 02 Dec 2025)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyInstrInteger.td
M llvm/test/CodeGen/WebAssembly/masked-shifts.ll
Log Message:
-----------
[WebAssembly] Optimize away mask of 63 for sra and srl( zext (and i32 63))) (#170128)
Follow up to #71844 after shl implementation
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