[all-commits] [llvm/llvm-project] 805fb1: [X86] combineMul - move MUL_IMM comment inside fun...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Aug 22 10:29:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 805fb1f6c164ebcab02356bb2500e832781b7b79
https://github.com/llvm/llvm-project/commit/805fb1f6c164ebcab02356bb2500e832781b7b79
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-08-22 (Sun, 22 Aug 2021)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] combineMul - move MUL_IMM comment inside function. NFC.
combineMul is now used for other things as well as the mul-with-constant expansion - move the comment to where its actually relevant.
More information about the All-commits
mailing list