[PATCH] D140716: [RISCV][NFC] Remove redundant setOperationAction.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 28 01:24:47 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG740cb3377d58: [RISCV][NFC] Remove redundant setOperationAction. (authored by HsiangKai).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140716/new/

https://reviews.llvm.org/D140716

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp


Index: llvm/lib/Target/RISCV/RISCVISelLowering.cpp
===================================================================
--- llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+++ llvm/lib/Target/RISCV/RISCVISelLowering.cpp
@@ -866,7 +866,6 @@
         }
 
         setOperationAction(ISD::VECTOR_SHUFFLE, VT, Custom);
-        setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Custom);
 
         setOperationAction(
             {ISD::MLOAD, ISD::MSTORE, ISD::MGATHER, ISD::MSCATTER}, VT, Custom);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140716.485475.patch
Type: text/x-patch
Size: 488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221228/a5230767/attachment.bin>


More information about the llvm-commits mailing list