[all-commits] [llvm/llvm-project] 571b54: [IRBuilder] Remove more unnecessary NoFolder methods
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Feb 11 08:42:28 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 571b54cc38d997ea00a5d6f8e9514c64be257c49
https://github.com/llvm/llvm-project/commit/571b54cc38d997ea00a5d6f8e9514c64be257c49
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-02-11 (Tue, 11 Feb 2020)
Changed paths:
M llvm/include/llvm/IR/NoFolder.h
Log Message:
-----------
[IRBuilder] Remove more unnecessary NoFolder methods
Split out from D73835. I removed some of these before, but missed
these ones. They are not part of the ConstantFolder interface
and are not going to be used by the IRBuilder.
More information about the All-commits
mailing list