[llvm] [SimplifyCFG] Supporting hoisting/sinking callbases with differing attrs (PR #109472)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 20 21:00:29 PDT 2024


================
@@ -1591,10 +1591,149 @@ static void hoistLockstepIdenticalDbgVariableRecords(
   }
 }
 
+// See if we can intersect the attributes for two callbases (used for sinking).
----------------
dtcxzyw wrote:

```suggestion
/// See if we can intersect the attributes for two callbases (used for hoisting/sinking).
```

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


More information about the llvm-commits mailing list