[all-commits] [llvm/llvm-project] dbebeb: [AMDGPU] Use UniformityAnalysis in CodeGenPrepare
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Mon Mar 6 04:27:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbebebf6f6838109aab71f062f53a0bf1ffbf7a9
https://github.com/llvm/llvm-project/commit/dbebebf6f6838109aab71f062f53a0bf1ffbf7a9
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M llvm/lib/Analysis/UniformityAnalysis.cpp
M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
M llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
Log Message:
-----------
[AMDGPU] Use UniformityAnalysis in CodeGenPrepare
A little extra change was needed in UA because it didn't consider
InvokeInst and it made call-constexpr.ll assert.
Reviewed By: sameerds, arsenm
Differential Revision: https://reviews.llvm.org/D145358
More information about the All-commits
mailing list