[PATCH] D98401: [CodeGen] Fix backward copy propagation with -g

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 11 14:10:10 PST 2021


fhahn added a comment.

You can look at some of the existing tests for machine-cp as inspiration (grep for `machine-cp` in llvm/test/Codegen) ,e.g. see https://github.com/llvm/llvm-project/blob/main/llvm/test/CodeGen/AArch64/machine-cp-clobbers.mir

For more background about Machine IR & using it for testing, please take a look at https://llvm.org/docs/MIRLangRef.html#mir-testing-guide


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98401



More information about the llvm-commits mailing list