[llvm] [Coroutines] ABI Objects to improve code separation between different ABIs, users and utilities. (PR #109338)

Tyler Nowicki via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 20 10:08:38 PDT 2024


================
@@ -0,0 +1,109 @@
+//===- ABI.h - Coroutine ABI Transformers ---------------------*- C++ -*---===//
----------------
TylerNowicki wrote:

Thanks for catching this! I had originally used the name Transformers instead of ABI object, so the SwitchABI would be the SwitchTransformer. But that was a bit confusing (as you point out) and in the end it made more sense to drop  'Transformer'. I missed this one...

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


More information about the llvm-commits mailing list