[PATCH] D127374: llvm-reduce: Add reduction pass to simplify instructions

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 17:14:17 PDT 2022


arsenm added inline comments.


================
Comment at: llvm/test/tools/llvm-reduce/simplify-instructions.ll:1
+; RUN: llvm-reduce -abort-on-invalid-reduction -simplify-mir --delta-passes=simplify-instructions -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 --test FileCheck --test-arg --check-prefix=CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t 2> %t.log
+; RUN: FileCheck --check-prefix=RESULT %s < %t
----------------
aeubanks wrote:
> not necessary
What's not necessary?


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

https://reviews.llvm.org/D127374



More information about the llvm-commits mailing list