Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/utils/TableGen/RISCVVEmitter.cpp | ||
---|---|---|
1053 | Does this only affect vneg or are there other changes to the tablegenned code as a consequence? |
clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vneg.c | ||
---|---|---|
4 | nit: The integer intrinsic functions do not need the -target-feature +f, +d and +experimental-zfh. |
clang/utils/TableGen/RISCVVEmitter.cpp | ||
---|---|---|
1053 | Is this needed for fneg? When we implemented this change downstream, I thought it was for compares due to how vmsge.vx was handled. |
clang/utils/TableGen/RISCVVEmitter.cpp | ||
---|---|---|
1053 | Thanks for pointing it out. I reverted it. |
nit: The integer intrinsic functions do not need the -target-feature +f, +d and +experimental-zfh.