[PATCH] D56214: AggressiveInstCombine: Fold full mul i64 x i64 -> i128

Paweł Bylica via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 3 09:50:20 PST 2019


chfast marked 2 inline comments as done.
chfast added inline comments.


================
Comment at: test/Transforms/AggressiveInstCombine/mul128.ll:1
+; RUN: opt < %s -aggressive-instcombine -S | FileCheck %s
+
----------------
lebedev.ri wrote:
> Please use `llvm/utils/update_test_checks.py`.
> And move the initial test case into another review, so this diff shows the *change* in the test output.
Tests added as https://reviews.llvm.org/D56277.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56214





More information about the llvm-commits mailing list