[all-commits] [llvm/llvm-project] eaa560: [RISCV] Remove stale TODOs from test. NFC
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Sep 2 08:36:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eaa560582a43f5de2f2f237a5a6ad5020cafb1dd
https://github.com/llvm/llvm-project/commit/eaa560582a43f5de2f2f237a5a6ad5020cafb1dd
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-09-02 (Thu, 02 Sep 2021)
Changed paths:
M llvm/test/CodeGen/RISCV/rv64i-exhaustive-w-insts.ll
Log Message:
-----------
[RISCV] Remove stale TODOs from test. NFC
These were fixed by D106230.
Commit: 498e8ae412a17dc8d9b8dd47ba3fca068f10b4d3
https://github.com/llvm/llvm-project/commit/498e8ae412a17dc8d9b8dd47ba3fca068f10b4d3
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-09-02 (Thu, 02 Sep 2021)
Changed paths:
M llvm/test/CodeGen/RISCV/rv64i-exhaustive-w-insts.ll
Log Message:
-----------
[RISCV] Add Zba command line to rv64i-exhaustive-w-insts.ll
Zba adds a zext.w pseudoinstruction using ADDUW. This can simplify
the generated code for many of these tests.
There are at least 2 suboptimal cases in this config that I've marked
with TODOs.
Compare: https://github.com/llvm/llvm-project/compare/7f544f765835...498e8ae412a1
More information about the All-commits
mailing list