[all-commits] [llvm/llvm-project] f09f9b: [X86] Add TODO to remove getGSScalarCost and use B...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Apr 5 05:17:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f09f9bc0aafc1e9d0670b4a995ad5f610fc3c7bc
https://github.com/llvm/llvm-project/commit/f09f9bc0aafc1e9d0670b4a995ad5f610fc3c7bc
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths:
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
Log Message:
-----------
[X86] Add TODO to remove getGSScalarCost and use BaseT / getCommonMaskedMemoryOpCost directly
There are only a few differences in the use of AddressSpace and getScalarizationOverhead that need to be handled.
Commit: 08bb121835be432ac52372f92845950628ce9a4a
https://github.com/llvm/llvm-project/commit/08bb121835be432ac52372f92845950628ce9a4a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths:
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
Log Message:
-----------
[TTI] getCommonMaskedMemoryOpCost - pull out repeated getNumElements calls. NFC.
Compare: https://github.com/llvm/llvm-project/compare/9b5155c93616...08bb121835be
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