Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
Since in the previous change, autovectorization now works.
  • Loading branch information
jbush001 committed Nov 4, 2018
1 parent 9b4261f commit 462ba05
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/clang/lib/Driver/ToolChains/Clang.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4443,10 +4443,6 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
options::OPT_fno_gnu_inline_asm, true))
CmdArgs.push_back("-fno-gnu-inline-asm");

// XXX Nyuzi: disable loop vectorizer by default, because it does not
// work correctly on this target. This is a hack. I couldn't find an
// easy way to do it in the target.

// Enable vectorization per default according to the optimization level
// selected. For optimization levels that want vectorization we use the alias
// option to simplify the hasFlag logic.
Expand Down

0 comments on commit 462ba05

Please sign in to comment.