[llvm] [XCOFF] Use RLDs to print branches even without -r (PR #74342)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 14 08:55:42 PST 2023
================
@@ -0,0 +1,62 @@
+; RUN: llc -mtriple=powerpc-ibm-aix-xcoff %s -filetype=obj -o %t
+; RUN: llvm-objdump %t -d --symbolize-operands --no-show-raw-insn \
----------------
stephenpeckham wrote:
Added -r option. This shows that the "bl" instruction and the RLD display the same function.
https://github.com/llvm/llvm-project/pull/74342
More information about the llvm-commits
mailing list