[all-commits] [llvm/llvm-project] fc8093: [CodeGenCUDA] Fix check prefix typo on device-stub...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Nov 11 07:47:25 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fc80931b87661ade91502d5301ae90f06560343b
      https://github.com/llvm/llvm-project/commit/fc80931b87661ade91502d5301ae90f06560343b
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  Changed paths:
    M clang/test/CodeGenCUDA/device-stub.cu

  Log Message:
  -----------
  [CodeGenCUDA] Fix check prefix typo on device-stub.cu tests

Noticed while fixing unused prefix warnings


  Commit: 10fc39b29171cce5629bf5da09224ae5ac33d7ed
      https://github.com/llvm/llvm-project/commit/10fc39b29171cce5629bf5da09224ae5ac33d7ed
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  Changed paths:
    M clang/test/CodeGenObjC/arc-captured-block-var-inlined-layout.m
    M clang/test/CodeGenObjC/mrr-captured-block-var-inlined-layout.m

  Log Message:
  -----------
  [CodeGenObjC] Remove unused check prefixes


  Commit: c1e3d38301c305357debcedbda4999335fd727cc
      https://github.com/llvm/llvm-project/commit/c1e3d38301c305357debcedbda4999335fd727cc
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  Changed paths:
    M clang/test/CodeGenOpenCL/convergent.cl

  Log Message:
  -----------
  [CodeGenOpenCL] Fix check prefix typo on convergent.cl test

Noticed while fixing unused prefix warnings - there isn't actually any diff in the loop unrolled ir between old/new pass managers any more, so the broken checks were superfluous


Compare: https://github.com/llvm/llvm-project/compare/ea4d24c899ea...c1e3d38301c3


More information about the All-commits mailing list