[all-commits] [llvm/llvm-project] 316373: [llvm][AArch64] Refactor expansion of CALL_BTI and...

David Spickett via All-commits all-commits at lists.llvm.org
Fri Feb 9 03:16:00 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 316373abcc2abde414d4b9601f4752b6939a2133
      https://github.com/llvm/llvm-project/commit/316373abcc2abde414d4b9601f4752b6939a2133
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2024-02-09 (Fri, 09 Feb 2024)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp

  Log Message:
  -----------
  [llvm][AArch64] Refactor expansion of CALL_BTI and CALL_RVMARKER (#80419)

After a lot of churn in expandCALL_BTI, it ended up doing the exact same
thing that expandCALL_RVMARKER does. This change factors out the common
code to make that clear.




More information about the All-commits mailing list