[all-commits] [llvm/llvm-project] 85cb56: ConstrainedFP: use API compatible with opaque poin...
Tim Northover via All-commits
all-commits at lists.llvm.org
Thu Dec 19 13:50:54 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 85cb560b8a421d950ccea593b4ee0569249dc136
https://github.com/llvm/llvm-project/commit/85cb560b8a421d950ccea593b4ee0569249dc136
Author: Tim Northover <t.p.northover at gmail.com>
Date: 2019-12-19 (Thu, 19 Dec 2019)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M llvm/include/llvm/IR/IRBuilder.h
Log Message:
-----------
ConstrainedFP: use API compatible with opaque pointers.
This just updates an IRBuilder interface to take Functions instead of
Values so the type can be derived, and fixes some callsites in Clang to
call the updated API.
More information about the All-commits
mailing list