[all-commits] [llvm/llvm-project] 1b1806: [TableGen] Print message about dropped patterns wi...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Wed May 10 14:52:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b1806406908c185202bd62b7315f1627bfb5aa7
https://github.com/llvm/llvm-project/commit/1b1806406908c185202bd62b7315f1627bfb5aa7
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M llvm/utils/TableGen/CodeGenDAGPatterns.cpp
Log Message:
-----------
[TableGen] Print message about dropped patterns with -debug
A selection pattern can be silently dropped if type inference fails to
deduce some types. Print a message when that happens, and -debug was
applied.
Commit: c7b291a63f5cabea47e1b4b13e7091e3e37dadb1
https://github.com/llvm/llvm-project/commit/c7b291a63f5cabea47e1b4b13e7091e3e37dadb1
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
M llvm/lib/Target/Hexagon/HexagonPatterns.td
M llvm/test/CodeGen/Hexagon/bitmanip.ll
Log Message:
-----------
[Hexagon] Add patterns for bspap/bitreverse for scalar vectors
Fixes https://github.com/llvm/llvm-project/issues/62474
Compare: https://github.com/llvm/llvm-project/compare/6561032e1d3c...c7b291a63f5c
More information about the All-commits
mailing list