[llvm] [SDAG] Add missing float type legalizations for FMODF (PR #128055)

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 02:28:13 PST 2025


================
@@ -1390,6 +1390,11 @@ enum NodeType {
   /// debugging purposes.
   FAKE_USE,
 
+  /// OutChain = CHAIN_BARRIER(InChain) marks that optimizations should not
+  /// optimize any users of a chain that contains a CHAIN_BARRIER use a new
----------------
sdesmalen-arm wrote:

```suggestion
  /// optimize any users of a chain that contains a CHAIN_BARRIER to use a
```
?

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


More information about the llvm-commits mailing list