[all-commits] [llvm/llvm-project] cd3c16: [RISCV] Add more tests to rv*xtheadba.ll. NFC
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Dec 26 21:51:42 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd3c1658ee3ff882ff9c51488662a4c3f21e6d9c
https://github.com/llvm/llvm-project/commit/cd3c1658ee3ff882ff9c51488662a4c3f21e6d9c
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-12-26 (Thu, 26 Dec 2024)
Changed paths:
M llvm/test/CodeGen/RISCV/rv32xtheadba.ll
M llvm/test/CodeGen/RISCV/rv64xtheadba.ll
Log Message:
-----------
[RISCV] Add more tests to rv*xtheadba.ll. NFC
XTheadba has similarities with Zba and shares some of the same
codegen code and has similar isel patterns. This patch makes the
testing more similar.
Commit: 814902a03a2bb4114fd61c05e0e599fc98d61dbb
https://github.com/llvm/llvm-project/commit/814902a03a2bb4114fd61c05e0e599fc98d61dbb
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-12-26 (Thu, 26 Dec 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoXTHead.td
M llvm/test/CodeGen/RISCV/rv32xtheadba.ll
M llvm/test/CodeGen/RISCV/rv64xtheadba.ll
Log Message:
-----------
[RISCV] Fix XTheadba patterns broken since cfc574a6cd13d2d0b77110b579c5cfcec744129f.
Adding an OperandTransform to CSImm12MulBy4 and CSImm12MulBy8 for
Zba broke these patterns. They should have been changed in the same,
but we lacked sufficient testing.
Compare: https://github.com/llvm/llvm-project/compare/3d9f9684a56f...814902a03a2b
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