[all-commits] [llvm/llvm-project] 3974d8: [X86] getTargetConstantPoolFromBasePtr - drop cons...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Dec 20 02:40:37 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3974d89bde66a2ec61261b969b51993da81205c7
https://github.com/llvm/llvm-project/commit/3974d89bde66a2ec61261b969b51993da81205c7
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-12-20 (Wed, 20 Dec 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] getTargetConstantPoolFromBasePtr - drop const qualifier
Return ConstantPoolSDNode instead of const ConstantPoolSDNode - doesn't affect the accessors at all and makes it easier to use result in calls expecting a SDNode.
More information about the All-commits
mailing list