[all-commits] [llvm/llvm-project] 2b626a: [VE][NFC] IRBuilder<> -> IRBuilderBase
Simon Moll via All-commits
all-commits at lists.llvm.org
Tue Jun 8 04:57:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b626aba448a5febb76cca87623c7a380b9e96d6
https://github.com/llvm/llvm-project/commit/2b626aba448a5febb76cca87623c7a380b9e96d6
Author: Simon Moll <simon.moll at emea.nec.com>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
M llvm/lib/Target/VE/VEISelLowering.cpp
M llvm/lib/Target/VE/VEISelLowering.h
Log Message:
-----------
[VE][NFC] IRBuilder<> -> IRBuilderBase
VE's TTI broke with the switch from IRBuilder<> to IRBuilderBase.
Following that change to compile again.
More information about the All-commits
mailing list