[PATCH] D57932: [GISel][NFC]: Add missing call to record CSE hits in the CSEMIRBuilder
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 8 11:18:39 PST 2019
arsenm added inline comments.
================
Comment at: test/CodeGen/AArch64/GlobalISel/legalize-ext-csedebug-output.mir:2
+# RUN: llc -march=aarch64 -run-pass=legalizer %s -o - -enable-cse-in-legalizer=1 -debug-only=cseinfo 2>&1 | FileCheck %s
+# Test the -debug-only=cseinfo option here to make sure we're recording new instructions and printing the hit count
+# at the end.
----------------
Needs a REQUIRES: asserts?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57932/new/
https://reviews.llvm.org/D57932
More information about the llvm-commits
mailing list