[all-commits] [llvm/llvm-project] 0ea6f0: [AMDGPU] Don't run `llc-pipeline.ll` when expensiv...
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Tue Mar 14 06:12:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ea6f0e15878bdc7c6afc0a4aa50e0836fa495d6
https://github.com/llvm/llvm-project/commit/0ea6f0e15878bdc7c6afc0a4aa50e0836fa495d6
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
Log Message:
-----------
[AMDGPU] Don't run `llc-pipeline.ll` when expensive_checks are enabled
AMDGPU ISel can add extra passes when expensive checks are enabled. This means the pipeline can be reordered and the checks may fail.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D146038
More information about the All-commits
mailing list