[PATCH] D46336: [InstCombine] Apply binary operator simplifications to associative/commutative cases.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 2 01:32:11 PDT 2018


lebedev.ri added inline comments.


================
Comment at: test/Transforms/InstCombine/bit-check-combine.ll:1
+; RUN: opt < %s -instcombine -S | FileCheck %s
+; RUN: opt < %s -instcombine -gvn -instcombine -S | FileCheck %s --check-prefix=COMPLEX
----------------
1. Please use `; NOTE: Assertions have been autogenerated by utils/update_test_checks.py`
2. I was under impression that handling of bitchecks was being moved to aggressiveinstcombine.


Repository:
  rL LLVM

https://reviews.llvm.org/D46336





More information about the llvm-commits mailing list