[llvm] [IA]: Construct (de)interleave4 out of (de)interleave2 (PR #89276)

Paul Walker via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 06:50:33 PDT 2024


================
@@ -3167,7 +3168,8 @@ class TargetLoweringBase {
   /// \p II is the interleave intrinsic.
   /// \p SI is the accompanying store instruction
   virtual bool lowerInterleaveIntrinsicToStore(IntrinsicInst *II,
-                                               StoreInst *SI) const {
+                                               StoreInst *SI,
+                                               SmallVectorImpl<Instruction *> &DeadInstructions) const {
----------------
paulwalker-arm wrote:

Please use consistent names for both functions (i.e. either `DeadInsts` or `DeadInstructions` but not both).

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


More information about the llvm-commits mailing list