[llvm] [ConstantFolding] Add folding for [de]interleave2, insert and extract (PR #141301)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Tue May 27 23:42:15 PDT 2025
================
@@ -0,0 +1,90 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s -passes=instsimplify,verify -disable-verify -S | FileCheck %s
----------------
dtcxzyw wrote:
```suggestion
; RUN: opt < %s -passes=instsimplify -S | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/141301
More information about the llvm-commits
mailing list