[llvm] [Xtensa] Implement Xtensa Mul and Div Options. (PR #132157)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 7 09:51:35 PDT 2025
================
@@ -66,6 +66,14 @@ class XtensaSubtarget : public XtensaGenSubtargetInfo {
bool hasDensity() const { return HasDensity; }
----------------
MaskRay wrote:
I think it's not necessary to add a blank line between all the trivial functions.
https://github.com/llvm/llvm-project/pull/132157
More information about the llvm-commits
mailing list