Skip to content
  1. Jan 25, 2018
  2. Jan 24, 2018
    • Amara Emerson's avatar
      [GlobalISel] Add a requires: asserts to a test. · 5ee03988
      Amara Emerson authored
      llvm-svn: 323384
      5ee03988
    • Benjamin Kramer's avatar
      [TableGen] Add a way of getting the number of generic opcodes without... · 4890a71f
      Benjamin Kramer authored
      [TableGen] Add a way of getting the number of generic opcodes without including modular CodeGen headers.
      
      This is a bit of a hack, but removes a cycle that broke modular builds
      of LLVM. Of course the cycle is still there in form of a dependency
      on the .def file.
      
      llvm-svn: 323383
      4890a71f
    • Sanjay Patel's avatar
      [InstCombine] fix datalayout in test file · 60c13c77
      Sanjay Patel authored
      The only part of the datalayout that should matter for these tests
      is the part that specifies the legal int widths ('n*'). But there
      was a bug - that part of the string was not correctly separated with
      the expected '-' character, so we were testing as if there were no
      legal int widths at all. Removed the leading cruft so we have some 
      legal ints to test with.
      
      I noticed this while testing a potential change to the way we 
      transform shifts and sexts in D42424.
      
      llvm-svn: 323377
      60c13c77
Loading