[llvm] [Xtensa] Implement SEXT, NSA, MINMAX and Loop Xtensa Options. (PR #133818)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 31 21:25:53 PDT 2025


================
@@ -72,6 +72,16 @@ class XtensaSubtarget : public XtensaGenSubtargetInfo {
 
   bool hasBoolean() const { return HasBoolean; }
 
----------------
MaskRay wrote:

the blank lines between these `has*` functions are not necessary

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


More information about the llvm-commits mailing list