[llvm] [Hexagon] Fix APInt assertion in getBuildVectorConstInts (PR #181202)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 13 00:52:48 PST 2026
================
@@ -0,0 +1,14 @@
+; RUN: llc -mtriple=hexagon < %s | FileCheck %s
+; REQUIRES: asserts
----------------
nikic wrote:
Don't use `REQUIRES: asserts`, the test can also run without it. It would be good to also check that the output makes sense.
https://github.com/llvm/llvm-project/pull/181202
More information about the llvm-commits
mailing list