[all-commits] [llvm/llvm-project] 64d44a: [PowerPC][Future] Remove "unskipableSimplifyCode()...
Victor Huang via All-commits
all-commits at lists.llvm.org
Mon Apr 27 12:58:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 64d44ae7c2de8c42058cf14d6decc7f5c3db5ebf
https://github.com/llvm/llvm-project/commit/64d44ae7c2de8c42058cf14d6decc7f5c3db5ebf
Author: Victor Huang <wei.huang at ibm.com>
Date: 2020-04-27 (Mon, 27 Apr 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCMIPeephole.cpp
Log Message:
-----------
[PowerPC][Future] Remove "unskipableSimplifyCode()" in PPCMIPeephole.cpp
"unskipableSimplifyCode()" was added to handle unsafe BL8_NOTOC instruction
when TOC was not completely removed. The function is not needed after confirming
TOC pointer is not used in a function that uses PC-Relative addressing.
Differential Revision: https://reviews.llvm.org/D78517
More information about the All-commits
mailing list