Julian Uy
Julian Uy
FIX for `LargestIntVT` issue: add `MVT LargestIntVT;` to line 2337 of `llvm/include/llvm/CodeGen/TargetLowering.h` FIX for `isDesirableToShrinkOp` issue: add ```cpp /// Return true if x op y -> (SrcVT)((DstVT)x op (DstVT)y) is...
Try 0dcad6c22b578f076756d67605bca3d931786ef9 with LLVM revision 316129.
@joshhansen look here https://tiplanet.org/forum/viewtopic.php?t=18038#p214934
Use LLVM revision 316129.
https://github.com/CE-Programming/toolchain/releases/tag/v7.4.2 Place `ez80asm.exe` where clang can find it
Use LLVM revision 316129.
It won't work because it is not a proper test file. I am currently attempting to get a proper test case compiled (InheritanceTests). -- ~Julian Uy On Thu, Mar 25,...
I think it would be better to keep compatibility with the broken, old layout alongside the new layout.
Probably will never be fixed because PCSX2 doesn't want to implement MagicGate
> > > that pull request is still broken if you look at the checks. > > > > > > Fixed: [Florin9doi@641266a](https://github.com/Florin9doi/pcsx2/commit/641266a8b069c7cfa4932f9718f943d33ceb3255) > > I just tried to build...