[llvm] [RISCV] Generate more W instructons (PR #87237)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 1 06:44:49 PDT 2024
================
@@ -46,6 +46,9 @@ static cl::opt<bool> DisableSExtWRemoval("riscv-disable-sextw-removal",
static cl::opt<bool> DisableStripWSuffix("riscv-disable-strip-w-suffix",
cl::desc("Disable strip W suffix"),
cl::init(false), cl::Hidden);
+static cl::opt<bool> EnableAppendWSuffix("riscv-enable-append-w-suffix",
----------------
dtcxzyw wrote:
Should we update the file header?
https://github.com/llvm/llvm-project/pull/87237
More information about the llvm-commits
mailing list