[PATCH] D130477: [LiveIntervals] Split live intervals on any dead def

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 05:01:06 PDT 2022


foad added a comment.

> Fixes https://github.com/llvm/llvm-project/issues/56050 and
> https://github.com/llvm/llvm-project/issues/56051

It does not fix all the problems. With just D129208 <https://reviews.llvm.org/D129208> I get:

  Failed Tests (6):
    LLVM :: CodeGen/AMDGPU/optimize-negated-cond-exec-masking-wave32.mir
    LLVM :: CodeGen/AMDGPU/optimize-negated-cond-exec-masking.mir
    LLVM :: CodeGen/AMDGPU/spill-before-exec.mir
    LLVM :: CodeGen/Hexagon/expand-condsets-def-undef.mir
    LLVM :: CodeGen/Hexagon/expand-condsets-rm-reg.mir
    LLVM :: CodeGen/Hexagon/expand-condsets-same-inputs.mir

With D129208 <https://reviews.llvm.org/D129208> + D130477 <https://reviews.llvm.org/D130477> I get:

  Failed Tests (3):
    LLVM :: CodeGen/AMDGPU/optimize-negated-cond-exec-masking-wave32.mir
    LLVM :: CodeGen/AMDGPU/optimize-negated-cond-exec-masking.mir
    LLVM :: CodeGen/Hexagon/expand-condsets-def-undef.mir


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130477



More information about the llvm-commits mailing list