[all-commits] [llvm/llvm-project] 227cb9: AMDGPU/SILowerI1Copies: refactor phi incoming hand...

petar-avramovic via All-commits all-commits at lists.llvm.org
Wed Nov 15 04:50:54 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 227cb909e2a5c06ca09815bac6b142f675e01e1d
      https://github.com/llvm/llvm-project/commit/227cb909e2a5c06ca09815bac6b142f675e01e1d
  Author: petar-avramovic <56677889+petar-avramovic at users.noreply.github.com>
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp

  Log Message:
  -----------
  AMDGPU/SILowerI1Copies: refactor phi incoming handling [NFC] (#72374)

Incoming block, incoming Register and updated incoming Register that
correspond to the same incoming of a phi are kept on same index in
different vectors.
Use structure with fields: block, register and updated register instead.




More information about the All-commits mailing list