[all-commits] [llvm/llvm-project] fa5c2e: [NFC][X86] Pass ConstantInt for step size in creat...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sun Feb 15 18:28:22 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa5c2eb8dd1d258a8f5da70dea1b8237f262eead
https://github.com/llvm/llvm-project/commit/fa5c2eb8dd1d258a8f5da70dea1b8237f262eead
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-02-15 (Sun, 15 Feb 2026)
Changed paths:
M llvm/lib/Target/X86/X86LowerAMXIntrinsics.cpp
Log Message:
-----------
[NFC][X86] Pass ConstantInt for step size in createLoop
createLoop is always called with a constant step size. Propagate the
type information so that it can be used later when deriving profile
information when possible.
Reviewers: phoebewang, RKSimon, mtrofin
Pull Request: https://github.com/llvm/llvm-project/pull/181577
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list