[all-commits] [llvm/llvm-project] 4c0fdc: [Hexagon] Generate absolute-set load/store instruc...

Sumanth Gundapaneni via All-commits all-commits at lists.llvm.org
Wed Feb 21 17:50:41 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c0fdcdb33076e936327cb0743c827f019a8e1ff
      https://github.com/llvm/llvm-project/commit/4c0fdcdb33076e936327cb0743c827f019a8e1ff
  Author: Sumanth Gundapaneni <sgundapa at quicinc.com>
  Date:   2024-02-21 (Wed, 21 Feb 2024)

  Changed paths:
    M llvm/lib/Target/Hexagon/CMakeLists.txt
    A llvm/lib/Target/Hexagon/HexagonGenMemAbsolute.cpp
    M llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
    A llvm/test/CodeGen/Hexagon/load-const-extend-opt.ll
    A llvm/test/CodeGen/Hexagon/store-const-extend-opt.ll

  Log Message:
  -----------
  [Hexagon] Generate absolute-set load/store instructions. (#82034)

The optimization finds the loads/stores of a specific form and translate
the first load/store to an absolute-set form there by optimizing out the
transfer and eliminate the constant extenders.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list