[all-commits] [llvm/llvm-project] 3c6120: [GlobalISel] Do not use recordsOperand() to check ...
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Tue Jun 2 04:48:12 PDT 2026
Branch: refs/heads/users/pierre-vh/fix-hoisting-cxx-preds-gicombiner
Home: https://github.com/llvm/llvm-project
Commit: 3c61200beb9aa7786b775380c2a2c9212457c025
https://github.com/llvm/llvm-project/commit/3c61200beb9aa7786b775380c2a2c9212457c025
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths:
A llvm/test/TableGen/GlobalISelCombinerEmitter/match-table-hoisting-cxx.td
M llvm/utils/TableGen/Common/GlobalISel/MatchTable/Matchers.cpp
M llvm/utils/TableGen/Common/GlobalISel/MatchTable/Matchers.h
M llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp
Log Message:
-----------
[GlobalISel] Do not use recordsOperand() to check if a Combiner C++ predicate can be hoisted
The combiner does not use RecordNamedOperand, so assume that any operand is "recorded" in the sense
that can be used by a C++ predicate.
Commit: 579109745f35dcdb40023003df1eb61b282af746
https://github.com/llvm/llvm-project/commit/579109745f35dcdb40023003df1eb61b282af746
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths:
M llvm/utils/TableGen/Common/GlobalISel/MatchTable/Matchers.h
Log Message:
-----------
Undo typo
Commit: b8cf24b5ae4fc5c25d188d6d817d43745ad38bf2
https://github.com/llvm/llvm-project/commit/b8cf24b5ae4fc5c25d188d6d817d43745ad38bf2
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths:
M llvm/utils/TableGen/Common/GlobalISel/MatchTable/Matchers.cpp
M llvm/utils/TableGen/Common/GlobalISel/MatchTable/Matchers.h
M llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp
Log Message:
-----------
Comments
Compare: https://github.com/llvm/llvm-project/compare/7518fbc77aeb...b8cf24b5ae4f
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