[llvm] [ConstantFolding] Add folding for [de]interleave2, insert and extract (PR #141301)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 11 09:24:20 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
----------------
nikic wrote:
Yes, it's still invalid and we should not handle or test invalid LLVM IR.
https://github.com/llvm/llvm-project/pull/141301
More information about the llvm-commits
mailing list