This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Update test r600.amdgpu-alias-analysis.ll
ClosedPublic

Authored by yaxunl on Nov 16 2017, 8:05 AM.

Details

Summary

Manually update test r600.amdgpu-alias-analysis.ll for amdgiz environment
since it cannot be done by script.

The two pointers are swapped in the output because PrintResults in
AliasAnalysisEvaluator.cpp sorts the strings obtained from printAsOperand
before printing them.

Diff Detail

Repository
rL LLVM

Event Timeline

yaxunl created this revision.Nov 16 2017, 8:05 AM
arsenm accepted this revision.Nov 17 2017, 12:05 PM

LGTM

This revision is now accepted and ready to land.Nov 17 2017, 12:05 PM
This revision was automatically updated to reflect the committed changes.