[PATCH] D49919: [InstCombine] Fold Select with AND/OR condition

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 28 06:22:03 PDT 2018


xbolva00 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
 
----------------
spatel wrote:
> 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".
Move them directly to test/Analysis? There are many inner folders - is there any folder which is more suitable for this tests?


Repository:
  rL LLVM

https://reviews.llvm.org/D49919





More information about the llvm-commits mailing list