[llvm] [RFC] Memory Model Relaxation Annotations (PR #78569)

Pierre van Houtryve via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 2 01:16:05 PDT 2024


Pierre-vh wrote:

I refactored the API a bit to remove the "builder" aspect. It's not really needed and just adds an unnecessary constraint on the class (which needed a `std::string` to own the strings in case `addTag` is called w/ a temp value).

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


More information about the llvm-commits mailing list