Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 719491742
  • Loading branch information
Google-ML-Automation committed Jan 25, 2025
1 parent fa4303c commit ab495ae
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions xla/service/llvm_ir/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ xla_cc_test(
"//xla/service/cpu/tests:cpu_codegen_test",
"//xla/tests:hlo_test_base",
"@com_google_absl//absl/status",
"@com_google_googletest//:gtest",
"@tsl//tsl/platform:test",
],
)
Expand All @@ -84,6 +85,8 @@ cc_library(
"//xla/tsl/platform:byte_order",
"@com_google_absl//absl/algorithm:container",
"@com_google_absl//absl/base",
"@com_google_absl//absl/log",
"@com_google_absl//absl/log:check",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:str_format",
Expand Down Expand Up @@ -116,6 +119,7 @@ cc_library(
"@com_google_absl//absl/algorithm:container",
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/hash",
"@com_google_absl//absl/log",
"@com_google_absl//absl/log:check",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:str_format",
Expand All @@ -138,6 +142,7 @@ cc_library(
"//xla:util",
"//xla:xla_data_proto_cc",
"@com_google_absl//absl/algorithm:container",
"@com_google_absl//absl/log:check",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/types:span",
"@llvm-project//llvm:Core",
Expand All @@ -158,6 +163,7 @@ cc_library(
"//xla:types",
"//xla:xla_data_proto_cc",
"@com_google_absl//absl/algorithm:container",
"@com_google_absl//absl/log:check",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/types:span",
"@llvm-project//llvm:Core",
Expand All @@ -173,6 +179,7 @@ cc_library(
":ir_array",
":llvm_loop",
"//xla:shape_util",
"@com_google_absl//absl/log:check",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/strings:str_format",
Expand All @@ -198,6 +205,7 @@ cc_library(
"//xla/hlo/ir:hlo",
"//xla/service:elemental_ir_emitter",
"@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/log",
"@com_google_absl//absl/status:statusor",
"@llvm-project//llvm:Core",
"@llvm-project//llvm:Support",
Expand Down Expand Up @@ -271,6 +279,7 @@ cc_library(
"//xla:shape_util",
"//xla:xla_data_proto_cc",
"@com_google_absl//absl/algorithm:container",
"@com_google_absl//absl/log:check",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/types:span",
"@llvm-project//llvm:Core",
Expand Down
1 change: 1 addition & 0 deletions xla/service/llvm_ir/alias_analysis_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/

#include <gtest/gtest.h>
#include "absl/status/status.h"
#include "xla/ffi/ffi.h"
#include "xla/ffi/ffi_api.h"
Expand Down
1 change: 1 addition & 0 deletions xla/service/llvm_ir/fused_ir_emitter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ limitations under the License.
#include <utility>
#include <vector>

#include "absl/log/log.h"
#include "absl/status/statusor.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Constants.h"
Expand Down
1 change: 1 addition & 0 deletions xla/service/llvm_ir/ir_array.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ limitations under the License.
#include <variant>
#include <vector>

#include "absl/log/check.h"
#include "absl/strings/string_view.h"
#include "absl/types/span.h"
#include "llvm/IR/Constants.h"
Expand Down
1 change: 1 addition & 0 deletions xla/service/llvm_ir/ir_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ limitations under the License.
#include <vector>

#include "absl/algorithm/container.h"
#include "absl/log/check.h"
#include "absl/strings/string_view.h"
#include "absl/types/span.h"
#include "llvm/ADT/STLExtras.h"
Expand Down
1 change: 1 addition & 0 deletions xla/service/llvm_ir/llvm_command_line_options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ limitations under the License.
#include "absl/base/thread_annotations.h"
#include "absl/hash/hash.h"
#include "absl/log/check.h"
#include "absl/log/log.h"
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
#include "absl/synchronization/mutex.h"
Expand Down
1 change: 1 addition & 0 deletions xla/service/llvm_ir/llvm_loop.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ limitations under the License.
#include <vector>

#include "absl/algorithm/container.h"
#include "absl/log/check.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
#include "absl/types/span.h"
Expand Down
2 changes: 2 additions & 0 deletions xla/service/llvm_ir/llvm_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ limitations under the License.

#include "absl/algorithm/container.h"
#include "absl/base/casts.h"
#include "absl/log/check.h"
#include "absl/log/log.h"
#include "absl/status/statusor.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
Expand Down
1 change: 1 addition & 0 deletions xla/service/llvm_ir/loop_emitter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ limitations under the License.
#include <utility>
#include <vector>

#include "absl/log/check.h"
#include "absl/status/status.h"
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
Expand Down
1 change: 1 addition & 0 deletions xla/service/llvm_ir/tuple_ops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ limitations under the License.
#include <vector>

#include "absl/algorithm/container.h"
#include "absl/log/check.h"
#include "absl/strings/str_cat.h"
#include "absl/types/span.h"
#include "llvm/IR/Function.h"
Expand Down

0 comments on commit ab495ae

Please sign in to comment.