[PATCH] D38313: [InstCombine] Introducing Aggressive Instruction Combine pass

Zvi Rackover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 24 06:08:38 PST 2017


zvi added inline comments.


================
Comment at: test/Transforms/AggressiveInstCombine/trunc_multi_uses.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -aggressive-instcombine -S | FileCheck %s
----------------
Should there be negative tests for the vector cases that are not permitted to transform?


https://reviews.llvm.org/D38313





More information about the llvm-commits mailing list