File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
llvm/lib/SYCLNativeCPUUtils/compiler_passes/vecz/source Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments