[llvm] [SelectionDAG] Fix unsafe cases for loop.dependence.{war/raw}.mask (PR #168565)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 4 09:07:08 PST 2025
================
@@ -1,45 +0,0 @@
-; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
-; RUN: llc -mtriple=aarch64 -mattr=+sve2 -verify-machineinstrs -stop-after=finalize-isel %s -o - | FileCheck %s
-
-; Regression test for a bug where getTargetConstant(0) was used instead of
-; getConstant(0) in ScalarizeVecRes_LOOP_DEPENDENCE_MASK, causing instruction
----------------
MacDue wrote:
Note: I removed this test as what it is testing does not occur anymore (and as as seen from the comment was a minor mix-up between getTargetConstant and getConstant).
https://github.com/llvm/llvm-project/pull/168565
More information about the llvm-commits
mailing list