[llvm] [VPlan] Separate out logic to manage IR flags to VPIRFlags (NFC). (PR #140621)

via llvm-commits llvm-commits at lists.llvm.org
Sun May 25 07:20:37 PDT 2025


================
@@ -164,25 +164,19 @@ class VPBuilder {
                               DebugLoc DL, const Twine &Name = "") {
     return createInstruction(Opcode, Operands, DL, Name);
   }
----------------
ayalz wrote:

nit, also above between lines 162,163
```suggestion
  }

```

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


More information about the llvm-commits mailing list