[all-commits] [llvm/llvm-project] 73713f: RNG: Take pass name as argument instead of pass po...
Dominic Chen via All-commits
all-commits at lists.llvm.org
Fri Jan 31 11:22:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 73713f3e5ef2ecf1e5afafa89f76ab89cc06b18e
https://github.com/llvm/llvm-project/commit/73713f3e5ef2ecf1e5afafa89f76ab89cc06b18e
Author: Dominic Chen <d.c.ddcc at gmail.com>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M llvm/include/llvm/IR/Module.h
M llvm/lib/IR/Module.cpp
M llvm/unittests/IR/ModuleTest.cpp
Log Message:
-----------
RNG: Take pass name as argument instead of pass pointer.
Summary: With the new pass manager, it is not possible to obtain a pointer to the pass.
Reviewers: jfb, rinon, yln
Subscribers: hiraditya, dexonsmith, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73390
More information about the All-commits
mailing list