[llvm] [LoongArch] Optimize vreplgr2vr + vinsgr2vr intrinsic sequence (PR #115803)

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 11 19:07:42 PST 2024


================
@@ -129,6 +129,7 @@ enum NodeType : unsigned {
   VILVH,
   VSHUF4I,
   VREPLVEI,
+  VREPLGR2VR,
----------------
wangleiat wrote:

Can the definition of this node be omitted if no further processing is done with it?

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


More information about the llvm-commits mailing list