[all-commits] [llvm/llvm-project] 482229: [NFC] Introduce a helper in BasicTTIImpl.h to cast...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Jun 29 05:16:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4822291da5b3a2db3b83d80a0876b26f7d6dd00a
https://github.com/llvm/llvm-project/commit/4822291da5b3a2db3b83d80a0876b26f7d6dd00a
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-06-29 (Mon, 29 Jun 2020)
Changed paths:
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
Log Message:
-----------
[NFC] Introduce a helper in BasicTTIImpl.h to cast to T
This patch makes access to `this` as a `T` uniform accross the file.
Differential Revision: https://reviews.llvm.org/D82648
More information about the All-commits
mailing list