Re: [Mesa-dev] [PATCH] swr/rast: fix intrinsic/function for LLVM 7 compatibility

2018-10-16 Thread Chuck Atkins
Tested-by: Chuck Atkins On Tue, Oct 16, 2018 at 8:51 AM Cherniak, Bruce wrote: > Reviewed-by: Bruce Cherniak > > > On Oct 15, 2018, at 9:53 AM, Alok Hota wrote: > > > > Converted from x86 VFMADDPS intrinsic to generic LLVM intrinsic, and > > removed createInstructionSimplifierPass, which were

Re: [Mesa-dev] [PATCH] swr/rast: fix intrinsic/function for LLVM 7 compatibility

2018-10-16 Thread Cherniak, Bruce
Reviewed-by: Bruce Cherniak > On Oct 15, 2018, at 9:53 AM, Alok Hota wrote: > > Converted from x86 VFMADDPS intrinsic to generic LLVM intrinsic, and > removed createInstructionSimplifierPass, which were both removed in LLVM > 7.0.0 > > These changes combine patches we received from the communi

[Mesa-dev] [PATCH] swr/rast: fix intrinsic/function for LLVM 7 compatibility

2018-10-15 Thread Alok Hota
Converted from x86 VFMADDPS intrinsic to generic LLVM intrinsic, and removed createInstructionSimplifierPass, which were both removed in LLVM 7.0.0 These changes combine patches we received from the community and our own internal patches --- .../swr/rasterizer/codegen/gen_llvm_ir_macros.py |