[all-commits] [llvm/llvm-project] fae9f6: [GlobalISel] Do not use recordsOperand() to check ...
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Thu Jun 4 04:32:32 PDT 2026
Branch: refs/heads/users/pierre-vh/fix-hoisting-cxx-preds-gicombiner
Home: https://github.com/llvm/llvm-project
Commit: fae9f652cd37cbb817b652d4687b13291f13520d
https://github.com/llvm/llvm-project/commit/fae9f652cd37cbb817b652d4687b13291f13520d
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2026-06-04 (Thu, 04 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: 981404274bdfd0bbaacafa7cb4ae7aef6078072e
https://github.com/llvm/llvm-project/commit/981404274bdfd0bbaacafa7cb4ae7aef6078072e
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2026-06-04 (Thu, 04 Jun 2026)
Changed paths:
M llvm/utils/TableGen/Common/GlobalISel/MatchTable/Matchers.h
Log Message:
-----------
Undo typo
Commit: 1de185826a9cf3373fa2f5072551ea13ddb4d578
https://github.com/llvm/llvm-project/commit/1de185826a9cf3373fa2f5072551ea13ddb4d578
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2026-06-04 (Thu, 04 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
Commit: 10d6f539957af78fb188560d44bdbdb95b929fd4
https://github.com/llvm/llvm-project/commit/10d6f539957af78fb188560d44bdbdb95b929fd4
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2026-06-04 (Thu, 04 Jun 2026)
Changed paths:
M llvm/utils/TableGen/Common/GlobalISel/MatchTable/Matchers.cpp
M llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp
Log Message:
-----------
fix rebase
Compare: https://github.com/llvm/llvm-project/compare/10af1034691d...10d6f539957a
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