Skip to content
  1. Apr 12, 2021
  2. Apr 06, 2021
  3. Apr 05, 2021
  4. Apr 03, 2021
  5. Apr 02, 2021
  6. Apr 01, 2021
  7. Mar 31, 2021
  8. Mar 30, 2021
  9. Mar 29, 2021
  10. Mar 28, 2021
  11. Mar 27, 2021
  12. Mar 24, 2021
  13. Mar 23, 2021
  14. Mar 22, 2021
  15. Mar 20, 2021
    • Carl Ritson's avatar
      [AMDGPU] Rename SIInsertSkips Pass · fe5f4c39
      Carl Ritson authored
      Pass no longer handles skips.  Pass now removes unnecessary
      unconditional branches and lowers early termination branches.
      Hence rename to SILateBranchLowering.
      
      Move code to handle returns to epilog from SIPreEmitPeephole
      into SILateBranchLowering. This means SIPreEmitPeephole only
      contains optional optimisations, and all required transforms
      are in SILateBranchLowering.
      
      Reviewed By: arsenm
      
      Differential Revision: https://reviews.llvm.org/D98915
      fe5f4c39
    • Carl Ritson's avatar
      [AMDGPU] Merge SIRemoveShortExecBranches into SIPreEmitPeephole · 5df2af8b
      Carl Ritson authored
      SIRemoveShortExecBranches is an optimisation so fits well in the
      context of SIPreEmitPeephole.
      
      Test changes relate to early termination from kills which have now
      been lowered prior to considering branches for removal.
      As these use s_cbranch the execz skips are now retained instead.
      Currently either behaviour is valid as kill with EXEC=0 is a nop;
      however, if early termination is used differently in future then
      the new behaviour is the correct one.
      
      Reviewed By: foad
      
      Differential Revision: https://reviews.llvm.org/D98917
      5df2af8b
  16. Mar 18, 2021
  17. Mar 16, 2021
  18. Mar 15, 2021
Loading