[all-commits] [llvm/llvm-project] 832cfc: [IndirectThunks] Make generated MF structure as ex...

Kristof Beyls via All-commits all-commits at lists.llvm.org
Wed Jun 17 22:49:34 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 832cfc767246442969c0805fd310a5297c3dbede
      https://github.com/llvm/llvm-project/commit/832cfc767246442969c0805fd310a5297c3dbede
  Author: Kristof Beyls <kristof.beyls at arm.com>
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/IndirectThunks.h
    M llvm/lib/Target/AArch64/AArch64SLSHardening.cpp
    M llvm/lib/Target/X86/X86IndirectThunks.cpp
    M llvm/test/CodeGen/AArch64/speculation-hardening-sls.ll

  Log Message:
  -----------
  [IndirectThunks] Make generated MF structure as expected by all instruction selectors.

This also enables running the AArch64 SLSHardening pass with GlobalISel,
so add a test for that.

Differential Revision: https://reviews.llvm.org/D81403




More information about the All-commits mailing list