[all-commits] [llvm/llvm-project] 0b543e: [TableGen] Set `G_GLOBAL_VALUE` out operand type t...
Alex White via All-commits
all-commits at lists.llvm.org
Fri Oct 3 17:44:23 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b543e39351a72f65521522fbe9f3622abc00b47
https://github.com/llvm/llvm-project/commit/0b543e39351a72f65521522fbe9f3622abc00b47
Author: Alex White <milkeeycat at gmail.com>
Date: 2025-10-04 (Sat, 04 Oct 2025)
Changed paths:
M llvm/include/llvm/Target/GenericOpcodes.td
Log Message:
-----------
[TableGen] Set `G_GLOBAL_VALUE` out operand type to `ptype0` (#161894)
I'm not familiar with how every target handles this generic opcode but I
think it shouldn't break anything and it makes sense to use `ptype0`
because `G_GLOBAL_VALUE` returns a pointer.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list