[all-commits] [llvm/llvm-project] d0bafb: [RISCV] Add coverage for zext.w/h interaction with...
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu May 9 09:52:49 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0bafb5435d5ebd90cdf965a9b35bdfa05dde23b
https://github.com/llvm/llvm-project/commit/d0bafb5435d5ebd90cdf965a9b35bdfa05dde23b
Author: Philip Reames <preames at rivosinc.com>
Date: 2024-05-09 (Thu, 09 May 2024)
Changed paths:
M llvm/test/CodeGen/RISCV/rv64zba.ll
Log Message:
-----------
[RISCV] Add coverage for zext.w/h interaction with shift transforms
Two cases where folding the and (which could be a zext.w) through
shifts in generic DAG result in net worse code quality. And one
negative case where keeping a zext.h would result in a longer
critical path.
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