[all-commits] [llvm/llvm-project] 32cb8f: [VPlan] Generalize variable names for ICmpULE oper...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Aug 28 07:47:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32cb8f519ebbce0582f92177e991adb04155b51c
https://github.com/llvm/llvm-project/commit/32cb8f519ebbce0582f92177e991adb04155b51c
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Log Message:
-----------
[VPlan] Generalize variable names for ICmpULE operands (NFC)
ICmp codegen for VPInstructionD will be extended for other predicates,
and the operands could be any values (not just IV and TC as implied by
the names). Suggested cleanup from 150398.
More information about the All-commits
mailing list