[clang] [compiler-rt] [llvm] [clang-tools-extra] [flang] [PowerPC][CodeGen] Exploit STMW and LMW in 32-bit big-endian mode. (PR #74415)

Qiu Chaofan via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 4 22:42:55 PST 2023


================
@@ -1676,6 +1676,10 @@ PPCRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
   bool noImmForm = !MI.isInlineAsm() && OpC != TargetOpcode::STACKMAP &&
                    OpC != TargetOpcode::PATCHPOINT && !ImmToIdxMap.count(OpC);
----------------
ecnelises wrote:

`... && OpC != PPC::STMW && OpC != PPC::LMW`?

https://github.com/llvm/llvm-project/pull/74415


More information about the cfe-commits mailing list