Files
clang-p2996/llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
Piotr Sobczak c7afb698ca [AMDGPU] Avoid calling copyFastMathFlags in wrong context
Calling Instruction::copyFastMathFlags() assumes the caller is
FPMathOperator. Avoid calling the function for instructions
that are not instances of FPMathOperator.
2020-12-16 10:22:51 +01:00

37 KiB