diff options
author | Chen Zheng <czhengsz@cn.ibm.com> | 2022-12-02 00:39:39 -0500 |
---|---|---|
committer | Chen Zheng <czhengsz@cn.ibm.com> | 2022-12-04 20:53:49 -0500 |
commit | b5e1fc19da9527b96665bc4937f96a60092e77c6 (patch) | |
tree | ec178652d5812da70fa9ebb572269019a022f639 /llvm/lib/IR/Function.cpp | |
parent | 7c2b77368f006f7d4a92b0786adc3f38969d9e2d (diff) | |
download | llvm-b5e1fc19da9527b96665bc4937f96a60092e77c6.zip llvm-b5e1fc19da9527b96665bc4937f96a60092e77c6.tar.gz llvm-b5e1fc19da9527b96665bc4937f96a60092e77c6.tar.bz2 |
[PowerPC] don't check CTR clobber in hardware loop insertion pass
We added a new post-isel CTRLoop pass in D122125. That pass will expand
the hardware loop related intrinsic to CTR loop or normal loop based
on the loop context. So we don't need to conservatively check the CTR
clobber now on the IR level.
Reviewed By: lkail
Differential Revision: https://reviews.llvm.org/D135847
Diffstat (limited to 'llvm/lib/IR/Function.cpp')
0 files changed, 0 insertions, 0 deletions