[llvm] [PowerPC] option `-msoft-float` should not block the PC-relative address instruction (PR #92543)

Chen Zheng via llvm-commits llvm-commits at lists.llvm.org
Sun May 19 19:48:31 PDT 2024


================
@@ -18258,9 +18258,11 @@ unsigned PPCTargetLowering::computeMOFlags(const SDNode *Parent, SDValue N,
     FlagSet |= PPC::MOF_SubtargetBeforeP9;
   else {
----------------
chenzheng1030 wrote:

nit: the `{}` can be removed now? 

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


More information about the llvm-commits mailing list