[Mlir-commits] [clang] [llvm] [mlir] [IR][CodeGen] Replace constrained FP intrinsics with fp.control/fp.except operand bundles (PR #191613)
Jason Eckhardt
llvmlistbot at llvm.org
Sun Apr 12 11:57:29 PDT 2026
================
@@ -68,6 +68,9 @@ Changes to the LLVM IR
* The `"nooutline"` attribute is now writen as `nooutline`. Existing IR and
bitcode will be automatically updated.
+* Updated semantics of `llvm.type.checked.load.relative` to match that of
+ `llvm.load.relative`.
----------------
nvjle wrote:
I seemed to have missed it-- were the above actually updated?
https://github.com/llvm/llvm-project/pull/191613
More information about the Mlir-commits
mailing list