[all-commits] [llvm/llvm-project] 25b212: [NFC] Remove redundant variable
aeubanks via All-commits
all-commits at lists.llvm.org
Tue Jun 15 09:53:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25b2126b9e9c28e48ce4e6e40af624767e5fb146
https://github.com/llvm/llvm-project/commit/25b2126b9e9c28e48ce4e6e40af624767e5fb146
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-06-15 (Tue, 15 Jun 2021)
Changed paths:
M llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp
Log Message:
-----------
[NFC] Remove redundant variable
Differential Revision: https://reviews.llvm.org/D103706
Commit: be5d454f3f07607a7d9326078f5c47f2e1f3a8ee
https://github.com/llvm/llvm-project/commit/be5d454f3f07607a7d9326078f5c47f2e1f3a8ee
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-06-15 (Tue, 15 Jun 2021)
Changed paths:
M llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp
Log Message:
-----------
[NFC][OpaquePtr] Avoid calling getPointerElementType()
Pointee types are going away soon.
For this, we mostly just care about store/load types, which are already
available without the pointee types. The other intrinsics always use
i8*.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D103719
Compare: https://github.com/llvm/llvm-project/compare/e32a92c6fe8e...be5d454f3f07
More information about the All-commits
mailing list