[all-commits] [llvm/llvm-project] 733e3c: [RISCV] Update comment on -w stripping pass. NFC (...
Luke Lau via All-commits
all-commits at lists.llvm.org
Tue Sep 26 08:48:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 733e3c60a437215a2a75f8a6a0df6ff4a61778cf
https://github.com/llvm/llvm-project/commit/733e3c60a437215a2a75f8a6a0df6ff4a61778cf
Author: Luke Lau <luke at igalia.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVOptWInstrs.cpp
Log Message:
-----------
[RISCV] Update comment on -w stripping pass. NFC (#67415)
It looks like we only strip the -w suffix from addw and not addiw
(because c.addiw and c.addi have the same register encoding), but the
comment in the header seems to have it the other way round.
More information about the All-commits
mailing list