[all-commits] [llvm/llvm-project] 6e8ad9: [AMDGPU] Fix typo in cttz_zero_undef(x) -> cttz(x)...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat May 14 12:52:05 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e8ad984469b450e261cbf558407602855459ae2
      https://github.com/llvm/llvm-project/commit/6e8ad984469b450e261cbf558407602855459ae2
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-05-14 (Sat, 14 May 2022)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/cttz_zero_undef.ll

  Log Message:
  -----------
  [AMDGPU] Fix typo in cttz_zero_undef(x) -> cttz(x) fold test

v_cttz_zero_undef_i64_with_select should be selecting '64' for the x != 0 case instead of '32' like we just did in the previous 'v_cttz_zero_undef_i32_with_select' test.

Noticed by accident because it was causing some weird regressions....

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




More information about the All-commits mailing list