[all-commits] [llvm/llvm-project] 8e7025: [AMDGPUCodeGenPrepare] Check result of ConstantFol...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Jul 4 05:22:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e70258b18ba35c5940dc8fa757b5bfb2ffb51d4
https://github.com/llvm/llvm-project/commit/8e70258b18ba35c5940dc8fa757b5bfb2ffb51d4
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-07-04 (Mon, 04 Jul 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
Log Message:
-----------
[AMDGPUCodeGenPrepare] Check result of ConstantFoldBinaryOpOperands()
This function will become fallible once we don't support constant
expressions for all binops, so make sure to check the result.
More information about the All-commits
mailing list