[llvm] [polly] IR: Remove uselist for constantdata (PR #137313)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 25 11:04:24 PDT 2025
================
@@ -1,7 +1,6 @@
; RUN: opt -passes=simplifycfg -S --preserve-ll-uselistorder %s | FileCheck %s
; REQUIRES: x86-registered-target
; CHECK-LABEL: @n
-; CHECK: uselistorder i16 0, { 3, 2, 4, 1, 5, 0, 6 }
; Note: test was added in an effort to ensure determinism when updating memoryssa. See PR42574.
; If the uselistorder check becomes no longer relevant, the test can be disabled or removed.
----------------
efriedma-quic wrote:
Comment indicates the test should just be deleted?
https://github.com/llvm/llvm-project/pull/137313
More information about the llvm-commits
mailing list