[llvm] [SLP]Initial support for copyable elements (non-schedulable only) (PR #140279)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 17 03:04:26 PDT 2025
================
@@ -1152,6 +1196,8 @@ class InstructionsState {
/// GetVectorCost.
Instruction *MainOp = nullptr;
Instruction *AltOp = nullptr;
+ /// Weather the instruction state represents copyable instructions.
----------------
RKSimon wrote:
Weather -> Whether
https://github.com/llvm/llvm-project/pull/140279
More information about the llvm-commits
mailing list