Skip to content

Commit 8bfb4ec

Browse files
authored
Merge pull request intel#42 from ori-sky/ori/clang-format-9
Run clang-format-9 on everything
2 parents 9faa155 + 840f0a0 commit 8bfb4ec

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

llvm/lib/SYCLNativeCPUUtils/compiler_passes/vecz/source/include/transform/scalarizer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ class Scalarizer {
189189
///
190190
/// @return Packet containing scalarized values or null.
191191
SimdPacket *scalarizeBinaryOp(llvm::BinaryOperator *BinOp, PacketMask PM);
192-
// Freeze instruction is not available in LLVM versions prior 10.0
193-
// and not used in LLVM versions prior to 11.0
192+
// Freeze instruction is not available in LLVM versions prior 10.0
193+
// and not used in LLVM versions prior to 11.0
194194
/// @brief Scalarize a freeze instruction.
195195
///
196196
/// @param[in] FreezeInst Instruction to scalarize.

llvm/lib/SYCLNativeCPUUtils/compiler_passes/vecz/source/vector_target_info_arm.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include <llvm/IR/Instructions.h>
1919
#include <llvm/IR/IntrinsicsAArch64.h>
2020
#include <llvm/IR/IntrinsicsARM.h>
21-
2221
#include <multi_llvm/vector_type_helper.h>
2322

2423
#include "debugging.h"

0 commit comments

Comments
 (0)