AMDGPU: Fix v2f16 fneg/fabs pattern
The integer operation convertion for some reason only happens if the source is a bitcast from an integer, which happens to always be the situation when the result is loaded. Add an additional pattern for when the source operation is really an FP operation. llvm-svn: 333019
Loading
Please register or sign in to comment