| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 341165
|
|
|
|
| |
llvm-svn: 327066
|
|
|
|
|
|
|
| |
This will likely need to be changed again for anything more than:
fmul undef, undef -> undef
llvm-svn: 327034
|
|
|
|
|
|
| |
The regression on ppc64 was not due to this commit.
llvm-svn: 320788
|
|
|
|
|
|
| |
This commit might have caused regression on ppc64. Revert it to verify that.
llvm-svn: 320712
|
|
Two issues were found about machine inst scheduler when compiling ProRender
with -g for amdgcn target:
GCNScheduleDAGMILive::schedule tries to update LiveIntervals for DBG_VALUE, which it
should not since DBG_VALUE is not mapped in LiveIntervals.
when DBG_VALUE is the last instruction of MBB, ScheduleDAGInstrs::buildSchedGraph and
ScheduleDAGMILive::scheduleMI does not move RPTracker properly, which causes assertion.
This patch fixes that.
Differential Revision: https://reviews.llvm.org/D41132
llvm-svn: 320650
|