[PATCH] D114361: [MachineCSE] Add an option to enable global CSE

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 22 05:08:11 PST 2021


jrtc27 added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/enable-global-cse.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv64 --enable-global-cse -verify-machineinstrs < %s | FileCheck %s
----------------
This should be a MIR test that runs just MachineCSE


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