[all-commits] [llvm/llvm-project] 4712a7: [X86] Rename LowerScalarImmediateShift/LowerScalar...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Dec 16 08:01:59 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4712a714154626ec37b1818aa8db24d0ab65d110
https://github.com/llvm/llvm-project/commit/4712a714154626ec37b1818aa8db24d0ab65d110
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Rename LowerScalarImmediateShift/LowerScalarVariableShift helpers. NFC.
Rename them to LowerShiftByScalarImmediate/LowerShiftByScalarVariable to make it easier to find them wrt LowerShift()
More information about the All-commits
mailing list