Commit 52113cf
authored
AMDGPU: Fix broken exp10 lowering for f16 (#170582)
This was calling the exp handling, so multiplying by the wrong
constant.
GlobalISel is still broken, but missing the fast exp10 path.
This is tracked in llvm/llvm-project#1705761 parent 29afd5a commit 52113cf
File tree
2 files changed
+392
-129
lines changed- llvm
- lib/Target/AMDGPU
- test/CodeGen/AMDGPU
2 files changed
+392
-129
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3055 | 3055 | | |
3056 | 3056 | | |
3057 | 3057 | | |
3058 | | - | |
3059 | | - | |
| 3058 | + | |
| 3059 | + | |
| 3060 | + | |
| 3061 | + | |
| 3062 | + | |
3060 | 3063 | | |
3061 | 3064 | | |
3062 | 3065 | | |
| |||
3066 | 3069 | | |
3067 | 3070 | | |
3068 | 3071 | | |
3069 | | - | |
| 3072 | + | |
| 3073 | + | |
3070 | 3074 | | |
3071 | 3075 | | |
3072 | 3076 | | |
| |||
0 commit comments