[all-commits] [llvm/llvm-project] d02b3a: [CodeGen] fix test to be (mostly) independent of L...

RotateRight via All-commits all-commits at lists.llvm.org
Sun May 10 08:27:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d02b3aba37d9a18691669392ff26ec28b51741f5
      https://github.com/llvm/llvm-project/commit/d02b3aba37d9a18691669392ff26ec28b51741f5
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2020-05-10 (Sun, 10 May 2020)

  Changed paths:
    M clang/test/CodeGen/arm-mve-intrinsics/cplusplus.cpp

  Log Message:
  -----------
  [CodeGen] fix test to be (mostly) independent of LLVM optimizer; NFC

This test would break with the proposed change to IR canonicalization
in D79171.

The test tried to do the right thing by only using -mem2reg with opt,
but it was using -O3 before that step, so the opt part was meaningless.




More information about the All-commits mailing list