Details
Details
Diff Detail
Diff Detail
Paths
| Differential D143892
[CodeGenPrepare] Don't give up if unable to sink first arg to a cold call ClosedPublic Authored by chill on Feb 13 2023, 2:45 AM.
Details
Diff Detail Event TimelineThis revision is now accepted and ready to land.Feb 19 2023, 11:21 PM chill added a child revision: D145705: [CodeGenPrepare][NFC] Pre-commit test for memory use count fix.Mar 9 2023, 10:26 AM chill removed a child revision: D143893: [CodeGenPrepare] Fix counting uses when folding addresses into memory instructions. chill marked an inline comment as done. This revision was landed with ongoing or failed builds.Mar 23 2023, 10:36 AM Closed by commit rG6a2a5f08de0a: [CodeGenPrepare] Don't give up if unable to sink first arg to a cold call (authored by chill). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 503832 llvm/lib/CodeGen/CodeGenPrepare.cpp
llvm/test/CodeGen/Generic/addr-sink-call-multi-arg.ll
|
Can we make this an opt -codegenprepare test instead and use update_test_checks? (Applies to the rest of this patch stack as well.)