[PATCH] D127642: [RISCV] Fixing undefined physical register issue when subreg liveness tracking enabled.

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 02:43:14 PDT 2022


foad added a comment.

We do this (adding implicit super register operands) in AMDGPU too, but eventually they start getting in the way of other optimizations. I'd really like it if we could agree on another way to fix the physical subreg liveness problem. See: https://discourse.llvm.org/t/physical-subregister-liveness/5994


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127642



More information about the llvm-commits mailing list