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

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


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

  Changed paths:
    M clang/test/CodeGen/aarch64-neon-fp16fml.c

  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 raw unoptimized IR from clang is massive, so I've
replaced -instcombine with -mem2reg to make it more manageable,
but still be unlikely to break with unrelated changed to optimization.




More information about the All-commits mailing list