[all-commits] [llvm/llvm-project] 3ff319: [PowerPC] PPCTLSDynamicCall does not preserve Live...
Jay Foad via All-commits
all-commits at lists.llvm.org
Tue Jul 5 12:14:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ff319c69047c2863531538339baaf6481268da0
https://github.com/llvm/llvm-project/commit/3ff319c69047c2863531538339baaf6481268da0
Author: Jay Foad <jay.foad at amd.com>
Date: 2022-07-05 (Tue, 05 Jul 2022)
Changed paths:
M llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
A llvm/test/CodeGen/PowerPC/tls-crash.mir
Log Message:
-----------
[PowerPC] PPCTLSDynamicCall does not preserve LiveIntervals
According to D127731, PPCTLSDynamicCall does not preserve
LiveIntervals, so stop claiming that it does and remove the code
that tried to repair them. NFCI.
Differential Revision: https://reviews.llvm.org/D128421
More information about the All-commits
mailing list