[PATCH] D49919: [InstCombine] Fold Select with AND/OR condition
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 28 06:15:50 PDT 2018
spatel added inline comments.
================
Comment at: llvm/trunk/test/Transforms/InstCombine/select-and-cmp.ll:2
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt < %s -instcombine -S | FileCheck %s
----------------
The code was moved to instsimplify, but the tests remained in instcombine. The files should be moved, and the RUN lines should be changed to only use "-instsimplify".
Repository:
rL LLVM
https://reviews.llvm.org/D49919
More information about the llvm-commits
mailing list