[llvm] [TableGen][GISel] Fix importing frameindex node (PR #120921)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 22 23:14:30 PST 2024


================
@@ -1248,10 +1244,6 @@ Expected<action_iterator> GlobalISelEmitter::importExplicitUseRenderer(
       DstMIBuilder.addRenderer<CopyRenderer>(Dst.getName());
       return InsertPt;
     }
-    if (Dst.getOperator()->getName() == "tframeindex") {
----------------
arsenm wrote:

There aren't that many of these, and they are kind of a special case. It's only the constant-like opcodes have target equivalents

https://github.com/llvm/llvm-project/pull/120921


More information about the llvm-commits mailing list