[llvm] [ConstantFolding] Fix type mismatch in ConstantFolding for vector types. (PR #181695)
Marcos Maronas via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 16 08:58:03 PST 2026
================
@@ -0,0 +1,21 @@
+; RUN: opt < %s -mtriple=amdgcn -passes='default<O2>' -S | FileCheck %s
----------------
maarquitos14 wrote:
Good point! Thanks, I updated the test.
https://github.com/llvm/llvm-project/pull/181695
More information about the llvm-commits
mailing list