[llvm] [Hexagon] Explicitly truncate constant in UAddSubO (PR #127360)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 16 10:09:45 PST 2025


================
@@ -0,0 +1,22 @@
+; RUN: llc -mtriple=hexagon -O0 < %s | FileCheck %s
+; REQUIRES: asserts
----------------
nikic wrote:

You want the test to always run, even if it only reproduces the original issue in some configuration. You should only use REQUIRES: asserts if you are checking for debug output only available in assertion-enabled builds.

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


More information about the llvm-commits mailing list