[PATCH] D135103: [AArch64] Generate SEH info for PAC instructions

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 09:57:38 PDT 2022


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/lib/Target/AArch64/AArch64InstrInfo.cpp:1021
       return true;
-  }
+    }
 }
----------------
The original whitespace is right here.  (This whole switch is over-indented.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135103



More information about the llvm-commits mailing list