[PATCH] D101414: [AMDGPU] Disable the scalar IR, SDWA and load store vectorizer passes at -O1

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 14:47:39 PDT 2021


thakis added a comment.

This breaks incremental builders: http://45.33.8.238/linux/45830/step_12.txt

Ptal. You'll need a -o /dev/null and an `rm -f` for the temp file to clean up bots (can remove the latter after a bit)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101414/new/

https://reviews.llvm.org/D101414



More information about the llvm-commits mailing list