[all-commits] [llvm/llvm-project] 430cbd: [mlir] Fix a warning

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun Oct 23 10:11:34 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 430cbd5401cc062c755d5b4856753cbf0ec4fae4
      https://github.com/llvm/llvm-project/commit/430cbd5401cc062c755d5b4856753cbf0ec4fae4
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-10-23 (Sun, 23 Oct 2022)

  Changed paths:
    M mlir/lib/Conversion/AMDGPUToROCDL/AMDGPUToROCDL.cpp

  Log Message:
  -----------
  [mlir] Fix a warning

This patch fixes:

  mlir/lib/Conversion/AMDGPUToROCDL/AMDGPUToROCDL.cpp:128:10: warning:
  variable ‘llvm2xI32’ set but not used [-Wunused-but-set-variable]

The last use of llvm2xI32 was removed on July 6, 2022 in commit
63295622491a31eaccb6c534ba5caa836beb843f.




More information about the All-commits mailing list