[all-commits] [llvm/llvm-project] 32a400: [GlobalISel] Fix silently dropped MIFlags on selec...

Pierre van Houtryve via All-commits all-commits at lists.llvm.org
Wed May 7 04:40:04 PDT 2025


  Branch: refs/heads/users/pierre-vh/fix-propagateflags
  Home:   https://github.com/llvm/llvm-project
  Commit: 32a400d142026c5d9c093ab70538e9c509ad3211
      https://github.com/llvm/llvm-project/commit/32a400d142026c5d9c093ab70538e9c509ad3211
  Author: pvanhout <pierre.vanhoutryve at amd.com>
  Date:   2025-05-07 (Wed, 07 May 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h
    A llvm/test/CodeGen/AMDGPU/GlobalISel/selected-inst-flags.mir

  Log Message:
  -----------
  [GlobalISel] Fix silently dropped MIFlags on selected instructions

We used uint16 for flags but flags now go up to 24 bits, so all flags in bits 16-24 were lost.

Fixes #110801



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