openxla / xla

A machine learning compiler for GPUs, CPUs, and ML accelerators
Apache License 2.0
2.39k stars 356 forks source link

[XLA] Clarify and test the order preservation requirement of a tuple simplification. #14300

Closed copybara-service[bot] closed 2 days ago

copybara-service[bot] commented 2 days ago

[XLA] Clarify and test the order preservation requirement of a tuple simplification.

The implementation already correct handles this requirement, but there was no test that verified this behavior.