[llvm] MachineTraceMetrics: always include instr latency in depth (PR #73550)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 01:24:22 PST 2023


================
@@ -1,4 +1,5 @@
-; RUN: llc -verify-machineinstrs -O3 -mcpu=pwr7 < %s | FileCheck  %s -check-prefix=CHECK -check-prefix=CHECK-PWR
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
----------------
artagnon wrote:

Sorry, I didn't look at the PPC tests closely, but there definitely seem to be improvements on RISCV and AArch64, and I asserted that there will be improvements on other targets as well, even if it's not evident from the test changes.

https://github.com/llvm/llvm-project/pull/73550


More information about the llvm-commits mailing list