[llvm] [llvm][Docs] `_or_null` -> `_if_present` (PR #98586)

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 09:15:01 PDT 2024


================
@@ -164,20 +164,20 @@ rarely have to include this file directly).
   efficient to use the ``InstVisitor`` class to dispatch over the instruction
   type directly.
 
-``isa_and_nonnull<>``:
-  The ``isa_and_nonnull<>`` operator works just like the ``isa<>`` operator,
+``isa_and_present<>``:
+  The ``isa_and_present<>`` operator works just like the ``isa<>`` operator,
----------------
DavidSpickett wrote:

I can confirm the other two are deprecated but not this one. Where specifically are you getting that from?

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


More information about the llvm-commits mailing list