[all-commits] [llvm/llvm-project] 27751b: [XRay] Fix Hexagon sled version

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Dec 28 12:03:21 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 27751bed60bcb0a05c5e85608ea03ff6f55cb14b
      https://github.com/llvm/llvm-project/commit/27751bed60bcb0a05c5e85608ea03ff6f55cb14b
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-12-28 (Wed, 28 Dec 2022)

  Changed paths:
    M llvm/lib/Target/Hexagon/HexagonAsmPrinter.cpp
    M llvm/test/CodeGen/Hexagon/xray.ll

  Log Message:
  -----------
  [XRay] Fix Hexagon sled version

D113638 emitted version 0 for XRaySledEntry, which will lead to an incorrect
address computation in the runtime.

While here, improve the test.




More information about the All-commits mailing list