It's not necessary to do rounding for alloca operations when the requested
authorDan Gohman <gohman@apple.com>
Wed, 18 Jul 2007 16:29:46 +0000 (16:29 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 18 Jul 2007 16:29:46 +0000 (16:29 +0000)
commit48613b930a34d6f98e7d3dd86aa49cc3dbd61c85
treeebb79ea1ee5e3bc1fdf38541a811a8b804f0679a
parentb5cd24973cdcbc6da0b7e05700d6f4207aa20baf
It's not necessary to do rounding for alloca operations when the requested
alignment is equal to the stack alignment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40004 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
test/CodeGen/X86/alloca-align-rounding.ll [new file with mode: 0644]