[all-commits] [llvm/llvm-project] a94002: [Type] Avoid APFloat.h include (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Oct 9 02:29:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a94002cd6408034b55a027135d705cc1487b25ae
https://github.com/llvm/llvm-project/commit/a94002cd6408034b55a027135d705cc1487b25ae
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-10-09 (Sat, 09 Oct 2021)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
M llvm/include/llvm/IR/DataLayout.h
M llvm/include/llvm/IR/Function.h
M llvm/include/llvm/IR/Type.h
M llvm/lib/IR/Type.cpp
M llvm/lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp
Log Message:
-----------
[Type] Avoid APFloat.h include (NFC)
This is only used by a handful of methods working on fltSemantics,
and having these defined inline in the header does not look
particularly important.
More information about the All-commits
mailing list