[all-commits] [llvm/llvm-project] aa61e4: [InstCombine] Fix a compilation bug

yonghong-song via All-commits all-commits at lists.llvm.org
Sun Aug 16 22:00:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: aa61e43040495235706229a7bde748a9beff137b
      https://github.com/llvm/llvm-project/commit/aa61e43040495235706229a7bde748a9beff137b
  Author: Yonghong Song <yhs at fb.com>
  Date:   2020-08-16 (Sun, 16 Aug 2020)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp

  Log Message:
  -----------
  [InstCombine] Fix a compilation bug

With gcc 6.3.0, I hit the following compilation bug.
  ../lib/Transforms/InstCombine/InstCombineVectorOps.cpp:937:2: error: extra ‘;’ [-Werror=pedantic]
   };
    ^
  cc1plus: all warnings being treated as errors

The error is introduced by Commit ae7f08812e09 ("[InstCombine]
Aggregate reconstruction simplification (PR47060)")




More information about the All-commits mailing list