[PATCH] D78087: [MachineSink] Fix for breaking phi edges with instructions with multiple defs
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 12:50:21 PDT 2020
dmgreen marked an inline comment as done.
dmgreen added inline comments.
================
Comment at: llvm/test/CodeGen/ARM/machine-sink-multidef.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=arm-none-eabi | FileCheck %s
----------------
fhahn wrote:
> nit: Would be great to have a MIR test for this :)
Ah, I was committing before I got the message.
I'll see what I can cook up.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78087/new/
https://reviews.llvm.org/D78087
More information about the llvm-commits
mailing list