Files
clang-p2996/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
Jay Foad d8d0588f66 [TwoAddressInstruction] Update LiveIntervals after INSERT_SUBREG with undef read (#66211)
Update LiveIntervals after rewriting:
  %reg = INSERT_SUBREG undef %reg, %subreg, subidx
to:
  undef %reg:subidx = COPY %subreg

D113044 implemented this for the non-undef case.
2023-09-18 14:51:58 +01:00

71 KiB