[PATCH] D67383: Add new optimization pass of Tree-Height-Reduction

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 03:47:36 PDT 2019


xbolva00 added inline comments.


================
Comment at: test/Transforms/TreeHeightReduction/AArch64/fp16-mult.c:1
+; RUN: opt -O1 -enable-fp-thr -S < %s | FileCheck %s
+
----------------
This should be fp16-mult.ll, not fp16-mult.c

Please adjust tests to test only this new pass, not the -O1 pipeline.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67383





More information about the llvm-commits mailing list