[all-commits] [llvm/llvm-project] 85e8e6: [AVR] Fix 14 Generic CodeGen tests by making addre...
Dylan McKay via All-commits
all-commits at lists.llvm.org
Thu Feb 4 07:02:59 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85e8e6246e0fcc62ba727e8fb5990f1a632125d0
https://github.com/llvm/llvm-project/commit/85e8e6246e0fcc62ba727e8fb5990f1a632125d0
Author: Dylan McKay <me at dylanmckay.io>
Date: 2021-02-05 (Fri, 05 Feb 2021)
Changed paths:
M llvm/test/CodeGen/Generic/2007-02-25-invoke.ll
M llvm/test/CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll
M llvm/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
M llvm/test/CodeGen/Generic/2007-12-31-UnusedSelector.ll
M llvm/test/CodeGen/Generic/2009-03-17-LSR-APInt.ll
M llvm/test/CodeGen/Generic/2009-11-16-BadKillsCrash.ll
M llvm/test/CodeGen/Generic/MIRDebugify/locations-and-values.mir
M llvm/test/CodeGen/Generic/MIRStripDebug/all.mir
M llvm/test/CodeGen/Generic/MIRStripDebug/dont-strip-real-debug-info.mir
M llvm/test/CodeGen/Generic/MIRStripDebug/multiple-moduleflags.mir
M llvm/test/CodeGen/Generic/donothing.ll
M llvm/test/CodeGen/Generic/exception-handling.ll
M llvm/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll
M llvm/test/CodeGen/Generic/selection-dag-determinism.ll
Log Message:
-----------
[AVR] Fix 14 Generic CodeGen tests by making address space explicit or optional
This fixes the vast majority of remaining failing AVR Generic CodeGen
tests.
Commit: 0d890e4ce4f4ae30acd9e7b73588991ab2cbdc5d
https://github.com/llvm/llvm-project/commit/0d890e4ce4f4ae30acd9e7b73588991ab2cbdc5d
Author: Dylan McKay <me at dylanmckay.io>
Date: 2021-02-05 (Fri, 05 Feb 2021)
Changed paths:
M llvm/test/CodeGen/Generic/2003-05-28-ManyArgs.ll
M llvm/test/CodeGen/Generic/dag-combine-ossfuzz-crash.ll
Log Message:
-----------
[AVR] Add 'XFAIL' to the remaining failing Generic CodeGen tests for AVR
This patch adds 'XFAIL: avr' to 2 Generic CodeGen tests, bringing the
Generic CodeGen tests for AVR to a pass, with only two XFAILures.
After this patch, the Generic CodeGen tests pass on AVR.
Compare: https://github.com/llvm/llvm-project/compare/c8e6cde95c8c...0d890e4ce4f4
More information about the All-commits
mailing list