[llvm] [LV][NFC] Rename ScalarEpilogueLowering to EpilogueLowering (PR #191871)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 02:02:02 PDT 2026
================
@@ -754,9 +754,9 @@ class TargetTransformInfo {
// vectorization should be considered.
LLVM_ABI unsigned getEpilogueVectorizationMinVF() const;
- /// Query the target whether it would be prefered to create a predicated
+ /// Query the target whether it would be prefered to create a tail-folded
----------------
fhahn wrote:
nit: while you are touching tissue line
```suggestion
/// Query the target whether it would be preferred to create a tail-folded
```
https://github.com/llvm/llvm-project/pull/191871
More information about the llvm-commits
mailing list