public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/111828] New: rs6000: Parse inline asm string to figure out it requires HTM feature or not.
@ 2023-10-16  3:40 linkw at gcc dot gnu.org
  2023-10-17  2:39 ` [Bug target/111828] " bergner at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: linkw at gcc dot gnu.org @ 2023-10-16  3:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111828

            Bug ID: 111828
           Summary: rs6000: Parse inline asm string to figure out it
                    requires HTM feature or not.
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: linkw at gcc dot gnu.org
                CC: jan.wassenberg at gmail dot com, john_platts at hotmail dot com,
                    linkw at gcc dot gnu.org, malat at debian dot org
        Depends on: 111366
  Target Milestone: ---
            Target: powerpc64le

Currently as the discussion in PR111366 we simply make the assumption that all
inline asm strings are possible to adopt HTM feature and consider it as
possible as conservative so that set HTM flag.

Technically speaking we are able to parse the inline asm string and figure out
it's HTM related or not.  Excepting for the HTM specific instructions like
.tbegin etc., we also need to take care of those special registers related to
HTM feature. 

+++ This bug was initially created as a clone of Bug #111366 +++


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111366
[Bug 111366] error: inlining failed in call to 'always_inline'
'hwy::PreventElision<int&>(int&)void': target specific option mismatch

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-11-15  9:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-16  3:40 [Bug target/111828] New: rs6000: Parse inline asm string to figure out it requires HTM feature or not linkw at gcc dot gnu.org
2023-10-17  2:39 ` [Bug target/111828] " bergner at gcc dot gnu.org
2023-10-17  2:42 ` bergner at gcc dot gnu.org
2023-10-17  3:29 ` linkw at gcc dot gnu.org
2023-10-17  5:47 ` jan.wassenberg at gmail dot com
2023-10-17 23:31 ` bergner at gcc dot gnu.org
2023-10-17 23:49 ` bergner at gcc dot gnu.org
2023-10-18  0:00 ` bergner at gcc dot gnu.org
2023-10-18  2:29 ` linkw at gcc dot gnu.org
2023-10-24  3:33 ` linkw at gcc dot gnu.org
2023-10-26  8:02 ` linkw at gcc dot gnu.org
2023-11-06  6:15 ` cvs-commit at gcc dot gnu.org
2023-11-15  9:26 ` [Bug target/111828] rs6000: Aggressive inline callee with inline asm without complains from assemblers cvs-commit at gcc dot gnu.org
2023-11-15  9:27 ` cvs-commit at gcc dot gnu.org
2023-11-15  9:29 ` linkw at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).