[all-commits] [llvm/llvm-project] 06234f: [Hexagon] Improve lowering of returns of i1
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Thu Apr 22 14:49:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06234f758e1945084582cf80450b396f75a9c06e
https://github.com/llvm/llvm-project/commit/06234f758e1945084582cf80450b396f75a9c06e
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2021-04-22 (Thu, 22 Apr 2021)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
M llvm/test/CodeGen/Hexagon/isel/logical.ll
M llvm/test/CodeGen/Hexagon/predicate-copy.ll
M llvm/test/MC/Hexagon/inst_cmp_eq.ll
M llvm/test/MC/Hexagon/inst_cmp_eqi.ll
M llvm/test/MC/Hexagon/inst_cmp_gt.ll
M llvm/test/MC/Hexagon/inst_cmp_gti.ll
M llvm/test/MC/Hexagon/inst_cmp_lt.ll
M llvm/test/MC/Hexagon/inst_cmp_ugt.ll
M llvm/test/MC/Hexagon/inst_cmp_ugti.ll
M llvm/test/MC/Hexagon/inst_cmp_ult.ll
Log Message:
-----------
[Hexagon] Improve lowering of returns of i1
Emit explicit any-extend to avoid weird tstbit sequences.
More information about the All-commits
mailing list