[all-commits] [llvm/llvm-project] 483a4b: [SelectionDAG] Add test for PR49839 (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Jun 13 06:07:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 483a4b22267b813bbda03d805034df45d0a87c21
https://github.com/llvm/llvm-project/commit/483a4b22267b813bbda03d805034df45d0a87c21
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
A llvm/test/CodeGen/X86/pr49839-trapping-aggregate.ll
Log Message:
-----------
[SelectionDAG] Add test for PR49839 (NFC)
Commit: b9a7dea9171416a998e4fa3333fb9f76baa167b8
https://github.com/llvm/llvm-project/commit/b9a7dea9171416a998e4fa3333fb9f76baa167b8
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
M llvm/test/CodeGen/X86/pr49839-trapping-aggregate.ll
Log Message:
-----------
[SelectionDAG] Handle trapping aggregate (PR49839)
Call canTrap() on Constant to account for trapping
ConstantAggregate.
Compare: https://github.com/llvm/llvm-project/compare/86f455750bc8...b9a7dea91714
More information about the All-commits
mailing list