[PATCH] D91218: Prevent FENTRY_CALL reordering

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 09:12:25 PST 2020


jonpa added inline comments.


================
Comment at: llvm/test/CodeGen/SystemZ/fentry-debug-info.ll:1-2
+; RUN: llc %s -mtriple=s390x-linux-gnu -o - -verify-machineinstrs \
+; RUN:   | FileCheck %s
+
----------------
Maybe comment on what the purpose of this test is?

Why test for the brasl instruction - just to see that it compiles?  I am not sure FileCheck is needed if that's the case...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91218



More information about the llvm-commits mailing list