[llvm] [IR] Introduce `llvm.allow.{runtime, ubsan}.check()` (PR #84850)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 20 08:44:05 PDT 2024
================
@@ -27696,6 +27696,125 @@ constant `true`. However it is always correct to replace
it with any other `i1` value. Any pass can
freely do it if it can benefit from non-default lowering.
+'``llvm.allow.ubsan.check``' Intrinsic
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
----------------
nikic wrote:
Fix underline length :)
https://github.com/llvm/llvm-project/pull/84850
More information about the llvm-commits
mailing list