[Bug middle-end/101852] [meta-bug] some standard RTL names are not documented

2025-05-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101852 Bug 101852 depends on bug 21231, which changed state. Bug 21231 Summary: cmov and cstore standard names not documented. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21231 What|Removed |Added ---

[Bug middle-end/101852] [meta-bug] some standard RTL names are not documented

2023-12-21 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101852 Bug 101852 depends on bug 112951, which changed state. Bug 112951 Summary: [14 Regression] cond_copysign, cond_len_copysign optab not documented (added by r14-5285-gf30ecd8050444f) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112951

[Bug middle-end/101852] [meta-bug] some standard RTL names are not documented

2023-12-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101852 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2023-12-11 Status|UNCONFIRM

[Bug middle-end/101852] [meta-bug] some standard RTL names are not documented

2023-12-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101852 --- Comment #5 from Andrew Pinski --- A new one for GCC 14 even: cond_copysign cond_len_copysign

[Bug middle-end/101852] [meta-bug] some standard RTL names are not documented

2021-08-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101852 --- Comment #4 from Andrew Pinski --- Here is the list from target-insns.def: grep ^DEF_TARGET_INSN target-insns.def|awk ' { print $2 } ' | tr -d '(' | tr -d ',' > ~/insns.txt for x in `cat ~/insns.txt`; do if grep -q -r $x doc ; then true; el

[Bug middle-end/101852] [meta-bug] some standard RTL names are not documented

2021-08-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101852 --- Comment #3 from Andrew Pinski --- My simple grep found storent vec_realign_load ;;; this is PR 36396

[Bug middle-end/101852] [meta-bug] some standard RTL names are not documented

2021-08-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101852 --- Comment #2 from Andrew Pinski --- Oh target-insns.def needs to be added to the list of auditing too.

[Bug middle-end/101852] [meta-bug] some standard RTL names are not documented

2021-08-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101852 Andrew Pinski changed: What|Removed |Added Summary|[meta-bug] some optabs are |[meta-bug] some standard