[PATCH] D65110: [NewPM] Run avx*-builtins.c tests under the new pass manager only

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 22 13:26:39 PDT 2019


leonardchan created this revision.
leonardchan added reviewers: chandlerc, craig.topper, spatel, RKSimon.
leonardchan added a project: clang.

This patch changes the following tests to run under the new pass manager only:

  Clang :: CodeGen/avx512-reduceMinMaxIntrin.c (1 of 4)
  Clang :: CodeGen/avx512vl-builtins.c (2 of 4)
  Clang :: CodeGen/avx512vlbw-builtins.c (3 of 4)
  Clang :: CodeGen/avx512f-builtins.c (4 of 4)

The new PM added extra bitcasts that weren't checked before. For reduceMinMaxIntrin.c, the issue was mostly the alloca's being in a different order. Other changes involved extra bitcasts, and differently ordered loads and stores, but the logic should still be the same.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65110

Files:
  clang/test/CodeGen/avx512-reduceMinMaxIntrin.c
  clang/test/CodeGen/avx512f-builtins.c
  clang/test/CodeGen/avx512vl-builtins.c
  clang/test/CodeGen/avx512vlbw-builtins.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65110.211177.patch
Type: text/x-patch
Size: 85522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190722/6e4907c3/attachment-0001.bin>


More information about the cfe-commits mailing list