[PATCH] D37570: [XRay][CodeGen][PowerPC] Fix tail exit codegen for XRay in PPC

Tim Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 16:29:06 PDT 2017


timshen added inline comments.


================
Comment at: lib/CodeGen/XRayInstrumentation.cpp:118
-      }
-      if (TII->isTailCall(T)) {
-        Opc = TargetOpcode::PATCHABLE_TAIL_CALL;
----------------
This is actively removing PATCHABLE_TAIL_CALL emits, and it affects all architectures.

Can we add x86 tests for tracking the decisions we've made?


https://reviews.llvm.org/D37570





More information about the llvm-commits mailing list