[all-commits] [llvm/llvm-project] 6b7c18: [VPlan] Inline variable into assertion. NFC.

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Fri Jun 3 05:00:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b7c18639021cd3da69c6c2812e189b9cd4cf34f
      https://github.com/llvm/llvm-project/commit/6b7c18639021cd3da69c6c2812e189b9cd4cf34f
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2022-06-03 (Fri, 03 Jun 2022)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp

  Log Message:
  -----------
  [VPlan] Inline variable into assertion. NFC.

Avoids a warning in release builds
llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp:311:14: warning: unused variable 'BrCond' [-Wunused-variable]
      Value *BrCond = Br->getCondition();




More information about the All-commits mailing list