[all-commits] [llvm/llvm-project] 3e357e: [llvm][NFC] Disallow all warnings in TypeSize tests

Peter Waller via All-commits all-commits at lists.llvm.org
Wed Jan 6 09:17:38 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e357ecd44a610ab39c33c85a15cf6437891655b
      https://github.com/llvm/llvm-project/commit/3e357ecd44a610ab39c33c85a15cf6437891655b
  Author: Peter Waller <peter.waller at arm.com>
  Date:   2021-01-06 (Wed, 06 Jan 2021)

  Changed paths:
    M llvm/test/Analysis/CostModel/AArch64/cost-scalable-vector-gep.ll
    M llvm/test/Analysis/LoopAccessAnalysis/gep-induction-operand-typesize-warning.ll
    M llvm/test/Analysis/LoopAccessAnalysis/runtime-pointer-checking-insert-typesize.ll
    M llvm/test/CodeGen/AArch64/dag-combine-lifetime-end-store-typesize.ll
    M llvm/test/CodeGen/AArch64/sve-redundant-store.ll
    M llvm/test/Transforms/InstCombine/gep-can-replace-gep-idx-with-zero-typesize.ll
    M llvm/test/Transforms/LoopVectorize/AArch64/sve-scalable-load-in-loop.ll

  Log Message:
  -----------
  [llvm][NFC] Disallow all warnings in TypeSize tests

This is a follow-up to a request from a reviewer [0]. The text may change in
the future and these tests should not produce any warning output.

[0] https://reviews.llvm.org/D91806#inline-879243

Reviewed By: sdesmalen, david-arm

Differential Revision: https://reviews.llvm.org/D94161




More information about the All-commits mailing list