[PATCH] D102038: [AArch64][GlobalISel] Create a new minimal combiner pass just for -O0.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 7 16:20:18 PDT 2021


aemerson added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/combine-loads.ll:2
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc < %s -O0 -mtriple=aarch64-unknown-unknown | FileCheck %s
 
----------------
paquette wrote:
> Maybe there should be a non-O0 checkline here too?
This is a stupid test that shouldn't exist for -O0. I'm going to delete it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102038



More information about the llvm-commits mailing list