[clang] c4bc416 - [LLVM] Add rcp.approx.ftz.f32 intrinsic

2022-05-25 Thread Christian Sigg via cfe-commits
Author: Christian Sigg Date: 2022-05-25T21:05:20+02:00 New Revision: c4bc416418a2d8a86b699060efa47515de5ffbb6 URL: https://github.com/llvm/llvm-project/commit/c4bc416418a2d8a86b699060efa47515de5ffbb6 DIFF: https://github.com/llvm/llvm-project/commit/c4bc416418a2d8a86b699060efa47515de5ffbb6.diff

[clang] Added erase() to fix memory leak of mlir/unittests/IR/InterfaceTest.cpp (PR #65583)

2023-09-07 Thread Christian Sigg via cfe-commits
chsigg wrote: Landed: https://github.com/llvm/llvm-project/commit/42db67c3ab3f657333f1a6bc90fed828f754945e https://github.com/llvm/llvm-project/pull/65583 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/l

[clang] Added erase() to fix memory leak of mlir/unittests/IR/InterfaceTest.cpp (PR #65583)

2023-09-07 Thread Christian Sigg via cfe-commits
https://github.com/chsigg closed https://github.com/llvm/llvm-project/pull/65583 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [Hashing] Use a non-deterministic seed if LLVM_ENABLE_ABI_BREAKING_CHECKS (PR #96282)

2024-10-01 Thread Christian Sigg via cfe-commits
@@ -322,24 +306,20 @@ struct hash_state { } }; - -/// A global, fixed seed-override variable. -/// -/// This variable can be set using the \see llvm::set_fixed_execution_seed -/// function. See that function for details. Do not, under any circumstances, -/// set or read this