[PATCH] D147899: [ValueTracking] Add tests for using condition in select for non-zero analysis; NFC

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 13:54:20 PDT 2023


nikic added inline comments.


================
Comment at: llvm/test/Analysis/ValueTracking/select-known-non-zero.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -passes=instsimplify -S | FileCheck %s
+
----------------
Is this file still supposed to be here? Some of the tests are redundant with those in the other file, such as the first one (select_v_ne_z), or basically anything that shows a diff in D147900.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147899/new/

https://reviews.llvm.org/D147899



More information about the llvm-commits mailing list