[llvm] r298439 - GlobalISel: widen booleans by zero-extending to a byte.

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 14:42:21 PDT 2017


On 21 Mar 2017, at 14:38, Matt Arsenault <arsenm2 at gmail.com> wrote:
> Should this be using the appropriate extension for the TargetBooleanContents?

Yep. Sorry, I didn't realise AMDGPU used -1 or I'd have done that here and added a test (I thought it was untestable at this stage). I'll get onto it.

Tim.


More information about the llvm-commits mailing list