[llvm] [TableGen][GISel] Import frameindex correctly (PR #120921)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 22 19:55:27 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:
This should be the same as the time case above?
https://github.com/llvm/llvm-project/pull/120921
More information about the llvm-commits
mailing list