[all-commits] [llvm/llvm-project] 363cbc: [InstCombine] Run the cast.ll test a twice, now al...
Björn Pettersson via All-commits
all-commits at lists.llvm.org
Fri Nov 29 04:25:12 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 363cbcc59040dd337f958fd0fd0584f7c6ebbd63
https://github.com/llvm/llvm-project/commit/363cbcc59040dd337f958fd0fd0584f7c6ebbd63
Author: Bjorn Pettersson <bjorn.a.pettersson at ericsson.com>
Date: 2019-11-29 (Fri, 29 Nov 2019)
Changed paths:
M llvm/test/Transforms/InstCombine/cast.ll
Log Message:
-----------
[InstCombine] Run the cast.ll test a twice, now also testing little endian. NFC
Some tests in test/Transforms/InstCombine/cast.ll depend on
endianness. Added a second run line to run the tests with both
big and little endian. In the past we only compiled for big
endian, and then it was hard to see if any big endian bugfixes
would impact the little endian result etc.
More information about the All-commits
mailing list