[all-commits] [llvm/llvm-project] a0ff0f: [InstCombine] Move statepoint intrinsic handling f...
serguei-katkov via All-commits
all-commits at lists.llvm.org
Wed Mar 3 20:00:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0ff0f30dfca8c9a5e3de3a82abfdbf097a90943
https://github.com/llvm/llvm-project/commit/a0ff0f30dfca8c9a5e3de3a82abfdbf097a90943
Author: Serguei Katkov <serguei.katkov at azul.com>
Date: 2021-03-04 (Thu, 04 Mar 2021)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/test/Transforms/InstCombine/statepoint-cleanup.ll
M llvm/test/Transforms/InstCombine/statepoint.ll
Log Message:
-----------
[InstCombine] Move statepoint intrinsic handling from visitCall to visitCallBase
statepoint intrinsic can be used in invoke context,
so it should be handled in visitCallBase to cover both call and invoke.
Reviewers: reames, dantrushin
Reviewed By: reames
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D97833
More information about the All-commits
mailing list