[llvm] [RISCV] Rework zext.h handling for Zbkb again. (PR #96957)
    Pengcheng Wang via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jun 27 20:25:00 PDT 2024
    
    
  
================
@@ -158,7 +158,7 @@ def HasStdExtZicfilp : Predicate<"Subtarget->hasStdExtZicfilp()">,
                        AssemblerPredicate<(all_of FeatureStdExtZicfilp),
                                           "'Zicfilp' (Landing pad)">;
 def NoStdExtZicfilp : Predicate<"!Subtarget->hasStdExtZicfilp()">,
-                                 AssemblerPredicate<(all_of (not FeatureStdExtZicfilp))>;
+                      AssemblerPredicate<(all_of (not FeatureStdExtZicfilp))>;
----------------
wangpc-pp wrote:
This format fixing is not belobeng to this PR?
https://github.com/llvm/llvm-project/pull/96957
    
    
More information about the llvm-commits
mailing list