[all-commits] [llvm/llvm-project] 7a91bb: [GlobalISel] Check for unsupported Windows feature...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Fri Sep 15 01:14:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a91bbbb007ffcc0850fecc8cb8a7a87d79a1913
      https://github.com/llvm/llvm-project/commit/7a91bbbb007ffcc0850fecc8cb8a7a87d79a1913
  Author: Martin Storsjö <martin at martin.st>
  Date:   2023-09-15 (Fri, 15 Sep 2023)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/test/CodeGen/AArch64/dllimport.ll

  Log Message:
  -----------
  [GlobalISel] Check for unsupported Windows features on invoke (#65864)

This matches what is done on calls, since
cc981d285d1aa33df201605b9a3e22dd2311ead2 (extended for another case in
5a751e747dbf2c267e944aa961e21de7a815e7eb).

Apply both those cases on invoke just like is done for call.

Also update the preexisting comment which was left without update in
5a751e747dbf2c267e944aa961e21de7a815e7eb.

This fixes github issue #61941.




More information about the All-commits mailing list