[all-commits] [llvm/llvm-project] 10ecb5: AMDGPU/GlobalISel: Report RegBankLegalize errors u...
Petar Avramovic via All-commits
all-commits at lists.llvm.org
Fri Nov 28 02:36:02 PST 2025
Branch: refs/heads/users/petar-avramovic/graceful-crash
Home: https://github.com/llvm/llvm-project
Commit: 10ecb58a710d3638c7e7045fbed57bd451b3c5f0
https://github.com/llvm/llvm-project/commit/10ecb58a710d3638c7e7045fbed57bd451b3c5f0
Author: Petar Avramovic <Petar.Avramovic at amd.com>
Date: 2025-11-28 (Fri, 28 Nov 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalize.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeHelper.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeHelper.h
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.h
Log Message:
-----------
AMDGPU/GlobalISel: Report RegBankLegalize errors using reportGISelFailure
Use standard GlobalISel error reporting with reportGISelFailure
and pass returning false instead of llvm_unreachable.
Also enables -global-isel-abort=0 or 2 for -global-isel -new-reg-bank-select.
Note: new-reg-bank-select with abort 0 or 2 runs LCSSA,
while "intended use" without abort or with abort 1 does not run LCSSA.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list