================ @@ -909,26 +909,44 @@ void SystemZAsmPrinter::LowerPATCHABLE_FUNCTION_ENTER( // // Update compiler-rt/lib/xray/xray_s390x.cpp accordingly when number // of instructions change. - bool HasVectorFeature = ---------------- uweigand wrote:
All the xray specific comments should stay with the xray code. Also, if you just "return" in the patchable-function-entry case (like x86), you don't need to re-indent all the xray code in the first place. https://github.com/llvm/llvm-project/pull/178191 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
