[llvm] Implement IR expansion for frem instruction (PR #130988)

via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 12 09:35:25 PDT 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 032f83b743b7783483b380f422dbc2f10fab71ee b0f799670bceca75088b5b8457021dd7c1c11b85 --extensions h,cpp -- llvm/include/llvm/CodeGen/TargetLowering.h llvm/lib/CodeGen/ExpandLargeFpConvert.cpp llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h b/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
index b2b136c984..ab955e7eee 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
+++ b/llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
@@ -388,7 +388,6 @@ public:
     return MVT::i32;
   }
   bool shouldExpandFRemInIR() const override { return true; };
-
 };
 
 namespace AMDGPUISD {

``````````

</details>


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


More information about the llvm-commits mailing list