[all-commits] [llvm/llvm-project] 906d3f: [AMDGPU] Remove legality checks from imm folding i...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Thu Oct 19 03:52:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 906d3ff054b0ca6439521e8871bac54843cc73a2
https://github.com/llvm/llvm-project/commit/906d3ff054b0ca6439521e8871bac54843cc73a2
Author: Stanislav Mekhanoshin <rampitec at users.noreply.github.com>
Date: 2023-10-19 (Thu, 19 Oct 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
Log Message:
-----------
[AMDGPU] Remove legality checks from imm folding in shrink. NFCI. (#69539)
The immediate legality checks are now embedded into the
isOperandLegal(). It is not needed to check it again.
More information about the All-commits
mailing list