[llvm] 87a8e22 - Fix LLVM Sphinx build

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 04:22:27 PDT 2023


Author: Aaron Ballman
Date: 2023-08-14T07:22:03-04:00
New Revision: 87a8e22475364b79d43515159de1b7947554d868

URL: https://github.com/llvm/llvm-project/commit/87a8e22475364b79d43515159de1b7947554d868
DIFF: https://github.com/llvm/llvm-project/commit/87a8e22475364b79d43515159de1b7947554d868.diff

LOG: Fix LLVM Sphinx build

This addresses issues found by:
https://lab.llvm.org/buildbot/#/builders/30/builds/38760

Added: 
    

Modified: 
    llvm/docs/GlobalISel/GenericOpcode.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/GlobalISel/GenericOpcode.rst b/llvm/docs/GlobalISel/GenericOpcode.rst
index cadc80534266fe..6c42ddcaff1ecc 100644
--- a/llvm/docs/GlobalISel/GenericOpcode.rst
+++ b/llvm/docs/GlobalISel/GenericOpcode.rst
@@ -656,7 +656,7 @@ G_VECREDUCE_FADD, G_VECREDUCE_FMUL
 These reductions are relaxed variants which may reduce the elements in any order.
 
 G_VECREDUCE_FMAX, G_VECREDUCE_FMIN, G_VECREDUCE_FMAXIMUM, G_VECREDUCE_FMINIMUM
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 FMIN/FMAX/FMINIMUM/FMAXIMUM nodes can have flags, for NaN/NoNaN variants.
 


        


More information about the llvm-commits mailing list