[PATCH] D63635: [COFF, ARM64] Fix encoding of debugtrap for Windows

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 11:47:50 PDT 2019


efriedma added a comment.

> I believe it's the default strategy for O0 AArch64 codegen these days

The configuration we use for that has -global-isel-abort=0, so it will also fall back to SelectionDAG isel.  So it shouldn't be necessary to implement it, although it might be nice as a followup.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63635/new/

https://reviews.llvm.org/D63635





More information about the llvm-commits mailing list