[PATCH] D114361: [MachineCSE] Add an option to enable global CSE
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 25 12:53:42 PST 2021
craig.topper added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/enable-agressive-machine-cse.mir:1
+# RUN: llc -mtriple=riscv64 -x mir -run-pass=machine-cse --enable-aggressive-machine-cse -simplify-mir -verify-machineinstrs < %s \
+# RUN: | FileCheck %s
----------------
Please use update_mir_test_checks.py
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114361/new/
https://reviews.llvm.org/D114361
More information about the llvm-commits
mailing list