[llvm] [ConstantFolding] Fix type mismatch in ConstantFolding for vector types. (PR #181695)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 16 08:58:46 PST 2026


================
@@ -0,0 +1,21 @@
+; RUN: opt < %s -mtriple=amdgcn -passes=sroa,early-cse -S | FileCheck %s
----------------
nikic wrote:

This shouldn't be running SROA either. You short use the post-SROA IR as input.

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


More information about the llvm-commits mailing list