[all-commits] [llvm/llvm-project] 530fbb: [X86] Add a 32-bit version of mixed-ptr-sizes.ll t...
topperc via All-commits
all-commits at lists.llvm.org
Wed Jun 10 14:50:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 530fbbdbc4372e2df59ab83783b1f7732ed6ff50
https://github.com/llvm/llvm-project/commit/530fbbdbc4372e2df59ab83783b1f7732ed6ff50
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
A llvm/test/CodeGen/X86/mixed-ptr-sizes-i686.ll
Log Message:
-----------
[X86] Add a 32-bit version of mixed-ptr-sizes.ll to make sure we get code coverage on the ADDRSPACECAST handling in ReplaceNodeResults. NFC
Commit: 1c3dd7bf370b14fac3f02075bce331d29f613793
https://github.com/llvm/llvm-project/commit/1c3dd7bf370b14fac3f02075bce331d29f613793
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Call LowerADDRSPACECAST directly from ReplaceNodeResults to avoid repeating identical code. NFC
Compare: https://github.com/llvm/llvm-project/compare/f466f0beda59...1c3dd7bf370b
More information about the All-commits
mailing list