[llvm] [RISCV] Add an experimental pseudoinstruction to represent a rematerializable constant materialization sequence. (PR #69983)
Wang Pengcheng via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 23 20:40:55 PDT 2023
================
@@ -0,0 +1,156 @@
+//===-- RISCVPostRAExpandPseudoInsts.cpp - Expand pseudo instrs ----===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file contains a pass that expands the pseudo instruction pseudolisimm32
+// into target instructions. This pass should be run during the post-regalloc
+// passes, before assembly emission. It is used when the TunePseudoLISimm32
----------------
wangpc-pp wrote:
I don't see `TunePseudoLISimm32`.
https://github.com/llvm/llvm-project/pull/69983
More information about the llvm-commits
mailing list