[PATCH] D50288: [ARM64] [Windows] Exception handling support in frame lowering

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 13 09:06:04 PDT 2018


thegameg added inline comments.


================
Comment at: lib/Target/AArch64/AArch64FrameLowering.cpp:460
+  case AArch64::LDPDpost:
+    Imm = -Imm;
+  case AArch64::STPDpre: {
----------------
We often use use `LLVM_FALLTHROUGH;` in this case.


Repository:
  rL LLVM

https://reviews.llvm.org/D50288





More information about the llvm-commits mailing list