[PATCH] D158960: [ValueTracking] Handle conflicts when computing knownbits of PHI nodes in deadcode; PR65022
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 28 03:50:31 PDT 2023
nikic added inline comments.
================
Comment at: llvm/test/Analysis/ValueTracking/knownbits-phi-deadcode.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
+; RUN: opt -O1 -S < %s | FileCheck %s
+; This reduced testcase from pr65022. We are only testing that is doesn't crash.
----------------
Please reduce this to a single pass invocation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158960/new/
https://reviews.llvm.org/D158960
More information about the llvm-commits
mailing list