[PATCH] D119088: [DAG] Fix in ReplaceAllUsesOfValuesWith

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 6 11:50:18 PST 2022


bjope added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/bbi-63928-ReplaceAllUsesOfValuesWith.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple aarch64-- -start-after codegenprepare -o - %s | FileCheck %s
+
----------------
RKSimon wrote:
> What's with the naming for bbi-63928-ReplaceAllUsesOfValuesWith.ll ? 
Oh, I should have adjusted that. The `bbi-63928` happens to be our downstream TR reference. I can rename it to something more generic such as `dag-ReplaceAllUsesOfValuesWith.ll`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119088



More information about the llvm-commits mailing list