[all-commits] [llvm/llvm-project] f515ca: [IRBuilder] Remove Align-related deprecated APIs
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Feb 13 07:43:01 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f515ca8995ce3695c6e92d83ffca2012dc753bb3
https://github.com/llvm/llvm-project/commit/f515ca8995ce3695c6e92d83ffca2012dc753bb3
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-02-13 (Sat, 13 Feb 2021)
Changed paths:
M llvm/include/llvm/IR/IRBuilder.h
Log Message:
-----------
[IRBuilder] Remove Align-related deprecated APIs
This removes IRBuilder methods accepting unsigned alignments
in favor of their Align/MaybeAlign variants. These methods have
been deprecated for more than a year at this point, so they
should be safe to remove.
More information about the All-commits
mailing list