[clang] [llvm] XCOFF no inline ptr glue (PR #193786)
via cfe-commits
cfe-commits at lists.llvm.org
Fri May 8 08:01:10 PDT 2026
================
@@ -1233,6 +1233,16 @@ def : InstRW<[P10W_FX_3C, P10W_DISP_PAIR, P10W_FX_3C, P10FX_Read],
MTCRF, MTCRF8
)>;
+// 2 Cycle Branch operation, 1 input operand followed by a
+// 6 cycle Load operation, 0 input operands.
+def : InstRW<[P10W_BR_2C, P10W_DISP_ANY, P10BR_Read, P10W_LD_6C, P10W_DISP_ANY],
----------------
RolandF77 wrote:
I mildly prefer to just represent the load as I think that is the most correct, but I don't feel strongly about it so I will leave it up to you to make a change or not.
https://github.com/llvm/llvm-project/pull/193786
More information about the cfe-commits
mailing list